MozillaFoundation / mofo-standards

Mozilla Foundation – Engineering Guidebook
6 stars 2 forks source link

SASS is super broken on Windows #28

Open Pomax opened 7 years ago

Pomax commented 7 years ago

we're standardizing on sass/postcss but the node libraries and call syntax for these things are super broken on windows and basically guarantee things only work on unix/osx... in the interest of proper cross-platform support, we should figure out if sass can be made to work on windows with node, without needing node-gyp compilation and without needing shell-specific syntax.