lookback / meteor-emails

Improved Meteor emails with templating, previews and automated CSS/SCSS inlining.

Home Page:https://atmospherejs.com/lookback/emails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for stylus?

adamwong246 opened this issue · comments

any possibility of support for stylus, as opposed to scss?

Yes! And just install SCSS package if use it.

@adamwong246 Guess that would be possible.

@jadsonlourenco How do you mean?

@johanbrook Sorry, I explain better my case: in this line https://github.com/lookback/meteor-emails/blob/master/package.js#L11 you use "Node-sass" to compile the SCSS/SASS files for CSS, that is fine, BUT when I compile the App to "bundle" (NodeJS version) and try start it on Linux I get an error, this error is related to Node-sass, not your package, so if you get an way to not install Node-sass if don't use it, like an option to use just CSS, not will get more problems because of that.

In my case I remove the SCSS code of this package and use as local package to not fight with Node-sass.

Thanks!

@jadsonlourenco I've now removed node-sass as a hard dependency in here: #35. Feel free to pull down and test.

@johanbrook Ok man, I will test this now, thanks!!

Since I ripped out node-sass as a hard dependency, anyone is welcome to write a PR for stylus support.