quiz(css): fix typo in css preprocessors (#389)

This commit is contained in:
Dmitriy Yanushkevich 2023-09-03 02:42:04 +03:00 committed by GitHub
parent 63a6c2c458
commit 9922b58a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.