How to use SASS in Brackets text editor

12,241

You need to start by reading the samples on the current github project as a beginner reference to making your own: Bracket Sass

After that, you should get the idea: in the base root of your folder you need to include a .brackets.json file, dot at the beginning in order to make it invisible to your system. In this file, you will write in your own way (or by following the read me I linked you to) the Sass compilation parameters for your Brackets project. Therefore, keep in mind your project structure, your assets and dependencies for Sass.

This should be only your initial setup, restart Brackets for double measure and see what happens.

Share:
12,241
Uzzal Chandra Dey
Author by

Uzzal Chandra Dey

Updated on June 28, 2022

Comments

  • Uzzal Chandra Dey
    Uzzal Chandra Dey almost 2 years

    I am new user of the Bracket text editor. Can anyone tell me how to integrate SASS extension and how to use it?

  • Uzzal Chandra Dey
    Uzzal Chandra Dey over 8 years
    Yes . I got the solution ;) thanks for helpful direction :)
  • Stiger
    Stiger almost 8 years
    that plugin not work on my Mac. do they has other plugins?
  • AGE
    AGE almost 8 years
    @Stiger I'm not sure, but you are better off asking a question here on stack overflow about it, I am sure you'll get help :)