blitz-js / legacy-framework

MIT License
2 stars 2 forks source link

Proposal to add SASS as a standard style #135

Closed skorotkiewicz closed 2 years ago

skorotkiewicz commented 2 years ago

What do you want and why?

Adding SASS as a standard style to Blitz.js

Possible implementation(s)

How might we do this?

yarn add sass ¯\_(ツ)_/¯

PS. I really love blitz.js! Thank you @flybayer for creating such a great project!

beerose commented 2 years ago

Hmm, I think that the app template is meant to be as minimal as possible (hence no style libraries) so that people can add style libraries of their choice after creating a new project.

MrLeebo commented 2 years ago

@skorotkiewicz Can you describe what it is you want to achieve from sass that you can't already accomplish with postcss? Generally having node-sass as a dependency has been a pain-point in a dev's project set-up experience, not exactly made it smoother.