publiclab / community-toolbox

Tools to understand and welcome people into a contributor community
https://code.publiclab.org
MIT License
142 stars 197 forks source link

Group similar inline style rule into demo.css #564

Closed on2onyekachi closed 2 years ago

on2onyekachi commented 2 years ago

What happened just before the problem occurred? Or what problem could this idea solve?

The same inline style rule can be grouped together: Screenshot 2022-05-06 at 10 51 35 also

-259: <div style="display: flex; justify-content: space-between">
+259: <div class='side-display'>

-330: <div style="display: flex; justify-content: space-between">
+330: <div class='side-display'>

What did you expect to see that you didn't?

Into the sort-options,side-display class.

Screenshot 2022-05-06 at 11 31 22

Please show us where to look

index.html

What's your PublicLab.org username?

Thekachi


Thank you!