DEV Community

Discussion on: 8 SCSS Best Practices to Keep in Mind

 
joelbonetr profile image
JoelBonetR 🥇 • Edited

That's not a matter of discussion usually. You can not code an application using plain CSS, you cannot add functionality, only describe how the information is painted and styled 🤷🏻‍♀️
If you add enough features on CSS (server calls and handling of responses for example) it can become a programming language but you already have JavaScript for that tasks, which is a programming language.