From 9922b58a23b3d819c703a551b250da0f0eda0709 Mon Sep 17 00:00:00 2001 From: Dmitriy Yanushkevich Date: Sun, 3 Sep 2023 02:42:04 +0300 Subject: [PATCH] quiz(css): fix typo in css preprocessors (#389) --- .../en-US.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/quiz/questions/describe-what-you-like-and-dislike-about-the-css-preprocessors-you-have-used/en-US.mdx b/packages/quiz/questions/describe-what-you-like-and-dislike-about-the-css-preprocessors-you-have-used/en-US.mdx index b04a9e507..01588f261 100644 --- a/packages/quiz/questions/describe-what-you-like-and-dislike-about-the-css-preprocessors-you-have-used/en-US.mdx +++ b/packages/quiz/questions/describe-what-you-like-and-dislike-about-the-css-preprocessors-you-have-used/en-US.mdx @@ -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.