Comment by Dong Nguyen on "3 things you hate the most about CSS!" | Hashnode
- Variables: to declare the global configs and reuse them anywhere
- Nesting: to group the source code
- Modularity: each CSS file is a module, with import, export, inheritance, combination, extend, and so on.