Theme: Add picocss v1.5.11

This commit is contained in:
jtbx 2024-01-27 22:10:30 +01:00 committed by christian
commit 74cdb157fd
37 changed files with 3712 additions and 0 deletions

View file

@ -0,0 +1,4 @@
// Output color in RGB format
@function to-rgb($color) {
@return unquote("rgb(#{red($color)}, #{green($color)}, #{blue($color)})");
}