Streamlining Inline Style Conversion in HTML

fabiodevionic - Oct 5 - - Dev Community

From Need to Solution

I recently received a task at work to map out all the inline styles in our codebase and suggest best practices for converting them into classes. It was a bit overwhelming at first, but I realized the best way to tackle this was by developing an extension for VS Code. This way, I could streamline the process and make it easier for everyone on the team to implement the changes.

Meet inline2css

I named my extension inline2css, and its main goal is to help developers remove inline styles from HTML and transform them into CSS classes. This not only cleans up the code but also follows best practices for styling. If you're interested in giving it a try, you can check it out, search for inline2css in the vscode marketplace. I’m really excited to see how it can make the development process smoother for everyone!

.
Terabox Video Player