Search code examples
csssassadobe-bracketsfile-watcher

Brackets SCSS file to CSS file


When I was studying Multimedia I got a free copy of PhpStorm. Using PhpStorm I managed to some techincal magic using Ruby(I can't exactly remember how it worked) to write code in SCSS and phpstorm would automatically create a new file and compile all my code to usable CSS code.

I believe I remember something about a 'filewatcher' but im not sure.

Is there any way to do the same in Brackets?

maybe an addon to Brackets or something?

Thanks


Solution

  • I think you're talking about compilers that translate SCSS into CSS (and their integration in PhpStorm).

    So maybe you will be interested in Brackets-SASS Plugin.