elad2412 / the-new-css-reset

The New Simple and Lighter CSS Reset
https://elad2412.github.io/the-new-css-reset/
MIT License
2.26k stars 229 forks source link

sass/scss extension #64

Open nikita-shpikin opened 1 year ago

nikita-shpikin commented 1 year ago

For convenience, I suggest adding sass and scss files.

oliwarner commented 1 year ago

... But why? You can import CSS into SASS and SCSS files.

@use "the-new-css-reset/css/reset.css";