mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
refactor: SVG color encoding
This commit is contained in:
parent
2f1c0a791f
commit
95027c8175
28 changed files with 220 additions and 210 deletions
4
scss/_functions.scss
Normal file
4
scss/_functions.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Output color in RGB format
|
||||
@function to-rgb($color) {
|
||||
@return unquote("rgb(#{red($color)}, #{green($color)}, #{blue($color)})");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue