-2

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

Pradeepal Sudeshana
  • 908
  • 2
  • 14
  • 30
  • 2
    Install an extension, there's one called Brackets SASS. – hungerstar Dec 17 '18 at 17:52
  • Retracted my original close vote in lieu of duplicate : [https://stackoverflow.com/questions/38249787/how-to-install-sass-in-brackets-text-editor](https://stackoverflow.com/questions/38249787/how-to-install-sass-in-brackets-text-editor), also a quick google could solve this with other related articles etc. Cheers! – Chris W. Dec 17 '18 at 17:54
  • 1
    FYI, the Ruby version of SASS is basically [abandoned](https://sass-lang.com/ruby-sass). – Álvaro González Dec 19 '18 at 17:42

1 Answers1

1

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.

Maarti
  • 3,600
  • 4
  • 17
  • 34