Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stylus/Sass/Less #2

Closed
martinsbicudo opened this issue Jul 11, 2018 · 2 comments
Closed

Stylus/Sass/Less #2

martinsbicudo opened this issue Jul 11, 2018 · 2 comments

Comments

@martinsbicudo
Copy link

How can i use Stylus/Sass/Less with single template?

@LasaleFamine
Copy link
Member

Hi @martinsbicudo, other compilers for CSS are not supported because I thought PostCSS is the most versatile out there.
You can use PostCSS plugins for working with Stylus/Sass/Less. Something like https://github.com/seaneking/poststylus or https://github.com/postcss/postcss-scss should work for you.

@equinusocio
Copy link

equinusocio commented Aug 31, 2018

Please note that these plugins doesn't allow you to access all features of the respective preprocessor. When you build components you don't really need a monolithic preprocessor since every piece have his own code inside. You may need mixins, functions and loops (maybe)...nothing you can't get with postcss and keeping things simple.

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

No branches or pull requests

3 participants