-
sass: sẽ có 2 đuôi mở rộng của file là
.scss
hoặc .sass( ko dùng dấu {}) -
Cài đặt sass với lệnh
npm install -g sass
-
Lệnh để chạy sass:
sass path-of-sass-file path-of-css-file --watch
-
nested: lồng nhau
-
.header-item, .header-link, .header-top, .header-bottom
-
variables: $primary-color: red;
-
color: $primary-color;
-
@import
-
pattern 7-1
-
mixins
-
loop
-
if
-
else