mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
Optional use of !Important in variables
This commit is contained in:
parent
6f260e9b74
commit
15aecaa674
11 changed files with 57 additions and 46 deletions
|
@ -54,7 +54,9 @@ article {
|
|||
}
|
||||
|
||||
// Remove last-child margin bottom
|
||||
> *:not(header):not(footer):not(pre):last-child {
|
||||
margin-bottom: 0;
|
||||
@if $enable-important {
|
||||
> *:not(header):not(footer):not(pre):last-child {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue