Theme: Add picocss v1.5.11
This commit is contained in:
parent
fe6fab6f1e
commit
74cdb157fd
37 changed files with 3712 additions and 0 deletions
4
themes/ccchh/assets/pico-1.5.11/scss/_functions.scss
Normal file
4
themes/ccchh/assets/pico-1.5.11/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