|
|
|
|
|
by alwillis
1281 days ago
|
|
> These options are bad, and CSS does not need this. 1. You don't have to use it if it doesn't seem useful to you. 2. Many developers (me included) use Sass and other preprocessors so they can use nesting; it's probably the single most popular feature of Sass. 3. CSS doesn't need nesting but a lot of developers want it, as it improves the developer experience for writing complex selectors. |
|
Other people will use it and chances are you will have to deal with it sooner or later at $dayjob or whatnot.