Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Live Sass Compiler adds "*" to every class select #577

Open
bodymodul opened this issue Dec 19, 2021 · 1 comment
Open

Live Sass Compiler adds "*" to every class select #577

bodymodul opened this issue Dec 19, 2021 · 1 comment

Comments

@bodymodul
Copy link

Hi there,

i already "null" the autoprefixer but if I wrote this sass :

.border
color: red

.classname
background: black
font-size: 5rem_

it will be compiled like this

"*" .border {
color: red;
}

"*" .classname {
background: black;
font-size: 5rem;
}

How can i get rid of the adding the "*" to every CSS command ?

@glenn2223
Copy link

I suspect this may be an error with your SASS. However, do you get the same problem with my fork? See #486

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants