LiveStyle.io with Meteor

He,

LiveStyle.io looks great, because you can edit css in the browser and it will save it in your file. Awesome!

Only issue. Meteor creates a merged-stylesheet.css, and LiveStyle doesn’t work with that.

Does anyone know how to stop Meteor from making a merged-stylesheet?

thanks!

Keep your stylesheets outside of root folder or in /public folder, then link it to your app in the <head>.

1 Like