There are many discussions about what the maximum line length should be (80, 100, 132 are all popular). But this all assumes there needs to be a maximum line length at all. I can see why many people don't like horizontal scrolling. But why not let th...
I am migrating a Angularjs project to Vue.js. We had a lot of base styles over there and we were using SCSS. These included files with variables and custom buttons which we used across the application. Now as we move towards component level scoped CS...