Realtime css/less/scss edition using chrome DevTools in meteor
问题 I want to raise this question again. What was suggested in the answer to this question is to use old fashioned approach: Store css in public folder, and incude it via <link href= Add public folder to google chrome devtools workspace Not a rocket science at all. Works, but two things I don't like with this approach: It's still not native and for production I will have to move files from public folder Each time you edit css, meteor notices changes and reloads application. Author of that answer