How to use SASS in Brackets text editor

三世轮回 提交于 2019-12-10 11:22:27

问题


I am new user of the Bracket text editor. Can anyone tell me how to integrate SASS extension and how to use it?


回答1:


You need to start by reading the samples on the current github project as a beginner reference to making your own: Bracket Sass

After that, you should get the idea: in the base root of your folder you need to include a .brackets.json file, dot at the beginning in order to make it invisible to your system. In this file, you will write in your own way (or by following the read me I linked you to) the Sass compilation parameters for your Brackets project. Therefore, keep in mind your project structure, your assets and dependencies for Sass.

This should be only your initial setup, restart Brackets for double measure and see what happens.



来源:https://stackoverflow.com/questions/33103570/how-to-use-sass-in-brackets-text-editor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!