How can I link .scss files to be automatically use css color scheme?
How can I link .scss files to be automatically use css color scheme?
Share
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.
There are two ways to do this.
The first way is to open a css file and then go to
Preferences > Settings - More > Syntax Specific - Userto open a file calledCSS.sublime-settings. add the following code there:The second way to do this is to click on the file-type button in the bottom right corner of the editor (on the status bar). At the top of the menu you’ll find
Open all with current extension as...click on it and then choose css from the list (This will basically add the same code as above to your css.sublime-settings file).