mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
support a gridless
mode, which includes all classes except .grid
and .container
and then uses the classless method for supporting .container
.
This commit is contained in:
parent
f81a2e4af4
commit
6b0fa1d42a
22 changed files with 2548 additions and 20 deletions
|
@ -23,6 +23,9 @@ $enable-responsive-typography: true !default;
|
|||
// .classless version if disabled
|
||||
$enable-classes: true !default;
|
||||
|
||||
// Removes .grid class if disabled
|
||||
$enable-grid: true !default;
|
||||
|
||||
// Enable transitions
|
||||
$enable-transitions: true !default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue