quiz(css): fix typo in css preprocessors (#389)
This commit is contained in:
parent
63a6c2c458
commit
9922b58a23
|
|
@ -9,5 +9,5 @@ title: Describe what you like and dislike about the CSS preprocessors you have u
|
|||
|
||||
## Dislikes
|
||||
|
||||
- Sass relies on `node-sass`, which is a binding for LibSass written in C++. The library has to be recompiled frequently when when switching between Node.js versions.
|
||||
- Sass relies on `node-sass`, which is a binding for LibSass written in C++. The library has to be recompiled frequently when switching between Node.js versions.
|
||||
- In Less, variable names are prefixed with `@`, which can be confused with native CSS keywords like `@media`, `@import` and `@font-face` rule.
|
||||
|
|
|
|||
Loading…
Reference in New Issue