mirror of
https://github.com/picocss/pico.git
synced 2025-05-05 07:07:11 -04:00
provide option to get all classes except .grid
I wanted a way to have the classless container, with no .grid class, but still get .secondary, .contrast, and .outline
This commit is contained in:
parent
73d75856f6
commit
5e20dbdc48
12 changed files with 2405 additions and 18 deletions
|
@ -51,8 +51,10 @@
|
|||
--block-spacing-horizontal: var(--spacing);
|
||||
|
||||
// Spacings .grid
|
||||
--grid-spacing-vertical: 0;
|
||||
--grid-spacing-horizontal: var(--spacing);
|
||||
@if $enable-classes and $enable-grid {
|
||||
--grid-spacing-vertical: 0;
|
||||
--grid-spacing-horizontal: var(--spacing);
|
||||
}
|
||||
|
||||
// Spacings for form elements and button
|
||||
--form-element-spacing-vertical: 0.75rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue