3
620hun
8y

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.

Comments
  • 2
    Dont you think that it will work only on windows.
  • 1
    @itch96 Since I'm using Windows it doesn't really matter. Brackets compiles the SCSS into CSS on save.
  • 0
    @itch96 I don't think he sees it.
  • 3
    @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.
  • 0
    @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.
Add Comment