WIP Theme: Update to pico-css v2
This commit is contained in:
parent
58f9de807d
commit
d4f658c420
96 changed files with 6261 additions and 46 deletions
4
themes/ccchh/assets/pico-1.5.13/scss/_functions.scss
Normal file
4
themes/ccchh/assets/pico-1.5.13/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