24 lines
718 B
SCSS
24 lines
718 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;
|
|
|
|
// Toggles the generation of any table cell padding rules.
|
|
// See: core/table.scss
|
|
$generate-table-padding-rules: true;
|
|
|
|
// Toggles the generation of the header and cell specific padding rules for tables. (Disabled by default)
|
|
// See: core/table.scss
|
|
$generate-table-header-cell-padding-rules: true;
|