Skip to content

Problem customising color palette #18

Answered by javirandor
javirandor asked this question in Issues
Discussion options

You must be logged in to vote

I was able to solve it by changing slightly the imports:

@use "~@webpixels/css/core/functions";

// scss-docs-start theme-colors-map
$theme-colors: (
        "primary":    #000000,
        "secondary":  #000000,
        "tertiary":   #000000,
);

@use "~@webpixels/css/base";
@use "~@webpixels/css/forms";
@use "~@webpixels/css/components";
@use "~@webpixels/css/utilities";

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@extrabright
Comment options

@javirandor
Comment options

@extrabright
Comment options

@javirandor
Comment options

Answer selected by javirandor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Issues
Labels
None yet
2 participants