PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
tablepress
/
css
/** * TablePress Default CSS * * 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 */ /* Default toggle variable for LTR and RTL CSS. */ $direction: "ltr" !default; /* Import TablePress default CSS (basic/general styling). */ @use "default-core" with ($direction: $direction); /* Import TablePress default CSS (DataTables-related code). */ @use "default-datatables" with ($direction: $direction);
[-] index.php
[edit]
[-] _default-datatables.scss
[edit]
[-] _default-core.scss
[edit]
[-] default-rtl.scss
[edit]
[+]
..
[+]
build
[-] _default-datatables-pagination.scss
[edit]
[-] default.scss
[edit]