| 1 |
/** |
| 2 |
* TablePress Default CSS for RTL languages |
| 3 |
* |
| 4 |
* Attention: Do not modify this file directly, but use the "Custom CSS" textarea |
| 5 |
* on the "Plugin Options" screen of TablePress. |
| 6 |
* |
| 7 |
* @package TablePress |
| 8 |
* @subpackage Frontend CSS |
| 9 |
* @author Tobias Bäthge |
| 10 |
* @since 1.0.0 |
| 11 |
*/ |
| 12 |
|
| 13 |
/* Import TablePress default CSS for RTL. */ |
| 14 |
@use "default" with ($direction: "rtl"); |
| 15 |
|