mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 09:06: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
4
scss/utils/_copyright.scss
Normal file
4
scss/utils/_copyright.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
/*!
|
||||
* Pico.css v2.0.0-alpha1 (https://picocss.com)
|
||||
* Copyright 2019-2022 - Licensed under MIT
|
||||
*/
|
4
scss/utils/_functions.scss
Normal file
4
scss/utils/_functions.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Display color as RGB
|
||||
@function display-rgb($color) {
|
||||
@return unquote("rgb(" + red($color) + ", " + green($color) + ", " + blue($color) + ")");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue