Ideally I would like intellij to work with this but just getting them to be recognized as acceptable is the next best thing.
Example:
$white
$grayLight
etc.
Thanks 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Thanks to CrazyCoder and baptme I found
http://youtrack.jetbrains.com/issue/WI-5342?query=with
which gave me some hints to fiddle around with.
I found that each .scss file has to be included manually.
To find the file I ctrl clicked on “bootstrap” in
though ctrl+shft+r and then typing in _variables probably works as well.
For example my import looked like this:
TLDR: You need to import each .scss file you are referencing because RubyMine will not automatically search through all directory files.