Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA SCSS support

Does Intellij Idea support SCSS? I have Intellij Idea 11.1 and it doesn't. How can I fix it (I'm not Ruby developer)?

like image 525
fedor.belov Avatar asked Jul 12 '12 07:07

fedor.belov


People also ask

Does IntelliJ IDEA support CSS?

With IntelliJ IDEA, you can write style definitions in CSS as well as in various languages that compile into it, such as Sass, Less, SCSS, or Stylus. You can also look up documentation for Style Sheets, create and move rulesets, introduce variables, and more.

How do I run a SCSS file?

The command to run Sass is sass --watch input. scss output. css where 'input. scss' is your main Sass file (with all your partials imported) and 'output.

Is Sass compatible with SCSS?

It makes use of semicolons and brackets like CSS (Cascaded Style Sheets). SASS and SCSS can import each other. Sass actually makes CSS more powerful with math and variable support. Let's list down the main difference between SASS and SCSS.


1 Answers

Make sure you have SASS support bundled plug-in enabled in Settings (Preferences on Mac) | Plugins.

Note that this feature is only available in IntelliJ Ultimate.

like image 99
CrazyCoder Avatar answered Sep 24 '22 20:09

CrazyCoder