PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
← All changes | css/default.scss +4 -4 2.23.0 View file →
@@ -9,12 +9,12 @@
9 9 * @author Tobias Bäthge
10 10 * @since 1.0.0
11 11 */
12 12
13 -/* Import TablePress default CSS (icon font). */
14 -@import "default-font";
13 +/* Default toggle variable for LTR and RTL CSS. */
14 +$direction: "ltr" !default;
15 15
16 16 /* Import TablePress default CSS (basic/general styling). */
17 -@import "default-core";
17 +@use "default-core" with ($direction: $direction);
18 18
19 19 /* Import TablePress default CSS (DataTables-related code). */
20 -@import "default-datatables";
20 +@use "default-datatables" with ($direction: $direction);