PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
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);
[-] .htaccess
[edit]
[-] _default-datatables-pagination.scss
[edit]
[+]
build
[-] index.php
[edit]
[-] _default-core.scss
[edit]
[-] default-rtl.scss
[edit]
[-] default.scss
[edit]
[+]
..
[-] _default-datatables.scss
[edit]