mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
Prettify code
This commit is contained in:
parent
868e5d20cb
commit
5f6e3c1abd
59 changed files with 1079 additions and 1027 deletions
|
@ -1,6 +1,5 @@
|
|||
@if ($enable-class-container and $enable-classes) {
|
||||
|
||||
/**
|
||||
/**
|
||||
* Container
|
||||
*/
|
||||
|
||||
|
@ -14,7 +13,6 @@
|
|||
}
|
||||
|
||||
.container {
|
||||
|
||||
@if map-get($breakpoints, "sm") {
|
||||
@media (min-width: map-get($breakpoints, "sm")) {
|
||||
max-width: map-get($viewports, "sm");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue