You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
387 B
18 lines
387 B
9 months ago
|
/**
|
||
|
* TablePress Default CSS for RTL languages
|
||
|
*
|
||
|
* Attention: Do not modify this file directly, but use the "Custom CSS" textarea
|
||
|
* on the "Plugin Options" screen of TablePress.
|
||
|
*
|
||
|
* @package TablePress
|
||
|
* @subpackage Frontend CSS
|
||
|
* @author Tobias Bäthge
|
||
|
* @since 1.0.0
|
||
|
*/
|
||
|
|
||
|
/* Generate the RTL CSS. */
|
||
|
$direction: "rtl";
|
||
|
|
||
|
/* Import TablePress default CSS. */
|
||
|
@import "default";
|