CSS-NibblePoker/scss/config.scss
Herwin Bozet d584aa9732 Improved sidebar, Added misc rules and options
Update index.php, sidebar.php, and 6 more files...
2024-11-21 18:20:19 +01:00

16 lines
417 B
SCSS

// NibblePoker CSS Theme - CC0 1.0 (Public Domain)
/* Config > NibbleCSS */
// Toggles the inclusion of pixel-based sizing utility classes. ("w-000px", "h-000px", ...)
// See: core/sizing.scss
$add-px-sizing-rules: false;
$nibblepoker-background-root: "./";
// Toggles the inclusion of the ".bkgd-grid" background rules.
// See: site/backgrounds.scss
$include-grid-backgrounds: true;
$use-b64-backgrounds: true;