Sublime Text 2: How to get scss and Less files to have color?

前端 未结 6 392
渐次进展
渐次进展 2021-01-31 01:25

I\'m using Sublime Text 2 and the css.scss and css.less files are in all white text - the comments, brackets, syntax - everything. If I look at my regu

6条回答
  •  醉话见心
    2021-01-31 01:50

    1. In SublimeText Preferences > Package Control.

    2. Select "Package Control:Install Package".

    3. Now type "LESS" in the box. Click on first option which appears.

    4. Restart Sublime.

    5. Open the LESS file

    6. View > Syntax. Select LESS

    Same follows for SASS even

提交回复
热议问题