216k views
1 vote
Shopify compiles both Sass and Less.
a) True
b) False

User NeilDurant
by
7.4k points

1 Answer

6 votes

Final answer:

The statement ``Shopify compiles both Sass and Less.`` is FALSE.

The answer is option ⇒b) False

Step-by-step explanation:

Shopify, which is an e-commerce platform, primarily uses Sass (Syntactically Awesome Style Sheets) for its CSS preprocessor. Sass is a popular choice for developers due to its features like variables, nesting, and mixins that make writing CSS more efficient and organized.

On the other hand, Less (Leaner Style Sheets) is another CSS preprocessor that offers similar functionality to Sass. However, Shopify does not compile Less by default.

In conclusion, while Shopify does compile Sass, it does not compile Less

The answer is option ⇒b) False

User TadejP
by
7.6k points