📜  如何使用不带括号的 css - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:53.807000             🧑  作者: Mango

代码示例1
install extentions in VSC: 
- Live Sass Compiler
- Live Server
- Sass
Create new folder, there index.html
Create new folder "styles" inside
In folder "styles" create file style.sass and type your css code inside (you don't have to use brackets or semicolons)
Click on Watch Sass on the bar on bottom of your VSC (it should open terminal in VSC and give you information about compiling files. Also it should create 2 new files: style.css and style.map) it is supposed to be in 'styles' folder
Add in index.html inside head line: 
It should work :) If not check problems tab in style.sass file