Improved sidebar, Added misc rules and options

Update index.php, sidebar.php, and 6 more files...
This commit is contained in:
2024-11-21 18:20:19 +01:00
parent b4dce500fe
commit d584aa9732
8 changed files with 188 additions and 137 deletions
+8 -1
View File
@@ -1,8 +1,15 @@
// NibblePoker CSS Theme - CC0 1.0 (Public Domain)
// Add the "w-000px"/"h-000px" classes.
/* 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;