mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
surpressimg sass warnings
This commit is contained in:
parent
4825b265c7
commit
a085c20d2f
247 changed files with 9469 additions and 10096 deletions
|
@ -24,7 +24,9 @@
|
|||
@function brightness($color) {
|
||||
$color-brightness: round(
|
||||
math.div(
|
||||
(color.red($color) * 299) + (color.green($color) * 587) + (color.blue($color) * 114),
|
||||
(color.channel($color, "red", $space: rgb) * 299) +
|
||||
(color.channel($color, "green", $space: rgb) * 587) +
|
||||
(color.channel($color, "blue", $space: rgb) * 114),
|
||||
1000
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue