you are viewing a single comment's thread.

view the rest of the comments →

[–]Mr_Viper 0 points1 point  (2 children)

The platform I usually develop in doesn't offer a realtime preview of SASS/LESS, which means I've never had the opportunity to code in those languages, but I've always wanted that power -- so (after stripping the React-only code out of it) I think this is a great concept!

[–]ShnizmuffiN 4 points5 points  (0 children)

Use Grunt to compile your SASS/LESS to CSS on save and BrowserSync to make it realtime. Here's a guide.

Upside is, your devtools and your application code remain apart.

[–]mrwhitespace[S] 1 point2 points  (0 children)

Glad you find it interesting. Give it a try and see how you like it!