troxler / awesome-css-frameworks

List of awesome CSS frameworks in 2024
https://frontaid.io/web/css/
8.02k stars 446 forks source link

Suggestion: Skelet.css framework #63

Closed thagxt closed 3 years ago

thagxt commented 3 years ago

I'd like to suggest our css framework called Skelet.

troxler commented 3 years ago

Thanks for the suggestion. Unfortunately, Skelet breaks several Web Standards and/or best-practices. You are using undefined custom elements (with invalid names) which should be avoided. And if you really want to use custom attributes, use the standard data- attributes instead. Additionally, there are usability issues regarding focus. Some elements (e.g. links and buttons) don't have any focus styling at all while others (e.g. selected checkboxes, radio buttons, switches) are hardly distinguishable. And on medium-sizes screens, the font size is so small that it is completely illegible. Maybe Fluid Typography with two-dimensional CSS Locks might be helpful.

Skelet needs some more work before it can be considered for this list.