for Windows and Linux
for macOS
Ctrl+Alt+S
Use this page to integrate the Compass framework
with IntelliJ IDEA
and thus enable compilation of Sass and SCSS files from Compass-specific projects into CSS.
For details, see Using File Watchers.
IntelliJ IDEA implements the Compass functionality with a bundled plugin, which can be completely disabled by clearing the Sass support check box on the the page of IntelliJ IDEA preferences (Ctrl+Alt+S) .
Make sure that Ruby
is installed on your computer.
For more details, see Sass and SCSS in Compass Projects.
| Item | Description |
|---|---|
| Enable Compass support | Select this checkbox to activate Compass support including the possibility to compile Sass and SCSS files from your Compass project into CSS. |
| Compass executable file | In this field,
specify the location of the compass executable file under the Ruby installation. Type the path manually,
for example,
C:\Ruby200-x64\bin\compass, or choose it from the drop-down list, or click the Browse button
and choose the location of the compass file in the dialog box that opens.
|
| Config path | In this field,
specify the location of the project Compass configuration file config.rb. Type the path manually,
for example,
C:\my_projects\\compass_project\config.rb, or choose it from the drop-down list, or click the Browse button
and choose the location of the compass file int he dialog box that opens.
The Compass configuration file |
and choose the location of the