Open Issues Need Help
View All on GitHub Documenting and applying accessibility standards 2 months ago
documentation help wanted
cferdinandi/kelp
515
A UI library for people who love HTML, powered by modern CSS and Web Components.
CSS
AI Summary: Investigate and implement a solution to reduce the gzipped size of Kelp's CSS files. The current modularization using `@import` results in larger gzipped sizes than the original files due to their small individual sizes. Possible solutions include exploring alternative CSS modularization techniques, adjusting the CSS file structure, or using a different build process.
Complexity:
4/5
bug help wanted
cferdinandi/kelp
515
A UI library for people who love HTML, powered by modern CSS and Web Components.
CSS