You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using pico's sass library( custom configurations) in my project thus, i am creating my own theme based on my brand colors...I was wonder if it is possible and what would be most recommended: -
Append to the existing color palette ( e.g. $green-brand, $colors : ( ...,'brand': $green-brand) )
OR replace the existing main ( e.g. $colors: ( ..., "main": $green-brand )
OR do I append/replace the palette.color-families ( ..., brand)
Which one is most achievable
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using pico's sass library( custom configurations) in my project thus, i am creating my own theme based on my brand colors...I was wonder if it is possible and what would be most recommended: -
Append to the existing color palette ( e.g. $green-brand, $colors : ( ...,'brand': $green-brand) )
OR replace the existing main ( e.g. $colors: ( ..., "main": $green-brand )
OR do I append/replace the palette.color-families ( ..., brand)
Which one is most achievable
Beta Was this translation helpful? Give feedback.
All reactions