For example, there is package for less LessToCss. As for Sass(or SCSS) I don't know what i should do. Ruby and sublime package Sass are installed.
相关问题
- How to load font from @font-face with Parcel?
- How to include a safari only style in scss ? [dupl
- Jest and SCSS variables
- how to remove ionic 4 segment indicator (bottom li
- Editing Ionic tab icon styles
相关文章
- How can a browser know the scss files?
- How to override Bootstrap mixin without modifying
- Sass @use not loading partial
- Webpack sass loader does not recognize global vari
- Passing in variable values when calling `sass` fro
- Automatically select pasted text in Sublime Text 3
- Angular: transclusion, set color of SVG element
- Possible to override the default gutter value for
One way is to download a SASS build compiler from here: SASS Compiler This is automatic Sublime package that simply builds your file at the place. However since they released the new version, there seem to be multiple settings on this package - you could try to mess with that a bit and see what it can do nowdays.
Second way is to write your own Build command in Sublime. You do this by going to "Tools>Build System>New Build System..."
Explanation: I use a folder structure as the following: Project/Web/CSS - If you have the Sublime Project FILE at the same level as Project FOLDER, then this will automatically build your Sass file (placed ANYWHERE in the project file) in your Web/CSS folder. Of course you can change this as you see fitting.
You have to alter the PATH variable at the end of PATH string in the Environment Variables: Desktop - Properties - Environment Variables. It for win vista/7 users. Detail for 2000/XP here Sass compiler not working in sublime text 3
here is 100% solution, as i also using. Actually i am using in mac so, i am not sure about windows because i wouldn't try yet in windows but i think it will works in window's too.
so here is the build;
copy this from starting brackets and paste it into build and then save with any name like (Build to CSS),"
If it's working then please comment.
Thanks