mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 01:46:14 -04:00
chore: replace @import
with @use
This commit is contained in:
parent
a6f0d0ca74
commit
51a68ce0fc
39 changed files with 1197 additions and 1659 deletions
|
@ -1,3 +1,5 @@
|
|||
@use "../settings";
|
||||
|
||||
/**
|
||||
* Miscs
|
||||
*/
|
||||
|
@ -19,7 +21,7 @@ hr {
|
|||
// Add the correct display in IE 10+
|
||||
[hidden],
|
||||
template {
|
||||
@if $enable-important {
|
||||
@if settings.$enable-important {
|
||||
display: none !important;
|
||||
} @else {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue