thgh / rollup-plugin-scss

Rollup and compile multiple .scss, .sass and .css imports
MIT License
136 stars 46 forks source link

Tiny typo fix #1

Closed git-toni closed 8 years ago

git-toni commented 8 years ago

As a side question: in what way is this repository different than this one? Is it because of this Integrates nicely with rollup-plugin-vue2? Haven't had the change to play with vue2 yet, not even vue.v1!

thgh commented 8 years ago

Thanks for the PR!

Main initial difference: rollup-plugin-sass could not handle multiple imports. Looks like it's been implemented now. Looking at the source code, it doesn't seem to support rollup-watch yet.

Another difference is the default behaviour, rollup-plugin-sass resolves the import as a string while rollup-plugin-scss outputs a file.

The coding style is quite different, baza-fe uses async & await, where I keep it simple with minimal dependencies.