Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
620hun83708y@itch96 Since I'm using Windows it doesn't really matter. Brackets compiles the SCSS into CSS on save.
-
620hun83708y@bryceleo Uhm. See what exactly? I use Windows. I have two projects in a XAMPP folder. One has a customised MDL SCSS file, the other one imports that. Every time I save either of them Brackets will compile a CSS that's referenced on the website. The SCSS file never leaves my computer, so who cares if it wouldn't work under other file systems? I definitely don't.
PS. It works. -
bryceleo1978y@620hun you're using local directory paths. If you move it to the web it will only work on your machine. We can't get to your C drive.
Related Rants
SCSS for my personal website:
@charset "UTF-8";
@import "C:///xampp/htdocs/...";
They both use a customised MDL and this way I can maintain code much easier.
undefined
recycling
scss