Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 861 Bytes

tutorial.rst

File metadata and controls

27 lines (21 loc) · 861 Bytes
Tutorial

Once Boussole is correctly installed, you will be able to start a project to work on.

  1. Go within your new SASS project and write a settings.json file with following content:

    json

    {

    "SOURCES_PATH": "scss", "LIBRARY_PATHS": [], "TARGET_PATH": "css",

    }

  2. Create directory scss;
  3. Write some SASS file into scss directory;
  4. From your SASS project directory (where belong the settings.json file) just execute command: :

    boussole compile
  5. And voila, your SASS files (if valid) should have been compiled to the css directory;