How do I use a wildcard asterisk CSS selector in SASS? [closed]
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . How do I use a "*" CSS wildcard selector when using SASS? For instance, how would I make the following CSS code SASSy? * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 1; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } Edit: Thank you for the answers so far, but let me clarify. I realize that there