Skip to content

Commit 9f97b81

Browse files
committed
chapter1-mvc/a/sass-scss.md, close ``` sass block
1 parent 8b40594 commit 9f97b81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chapter1-mvc/a/sass-scss.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,12 @@ Sass 也提供了其他便利功能,如變數、函數、數學、繼承、mix
135135
``` sass
136136
.content
137137
width: (500px/2);
138+
```
139+
138140
生成
139141

140142
``` css
141-
.content{ width: 250px; }
143+
.content { width: 250px; }
142144
```
143145

144146
#### 內建函式

0 commit comments

Comments
 (0)