mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -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
|
@ -1,4 +1,4 @@
|
|||
@if $enable-classes {
|
||||
@if ($enable-classes and $enable-grid) {
|
||||
/**
|
||||
* Grid
|
||||
* Minimal grid system with auto-layout columns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue