mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
chore: lint with prettier on build
This commit is contained in:
parent
bf62c8ce09
commit
670826069b
40 changed files with 221 additions and 233 deletions
|
@ -1,4 +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