Hacker News new | ask | show | jobs
by toomanydoubts 1694 days ago
Can we all finally agree then that this is not an issue with modern frontend technology which allows you to componentize your stuff? Yeah, it was bad when you had a hundred HTML files with repeated elements across them. Updating the style on one such element meant going through all these 100 files. Nowadays, if you want to change your button background color or your container width size, you should be able to change a single component and have that updated for your whole website. For me, that kinda fix the main issue people had when they started saying "do css, not inline styles".