You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/sass/client-custom/_test.scss

10 lines
157 B
SCSS

body{
background: var(--xshop-background);
color: var(--xshop-text);
}
h1{
color: var(--xshop-primary);
text-shadow: var(--xshop-shadow);
}