We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade2ebc commit 6080c19Copy full SHA for 6080c19
README.md
@@ -48,6 +48,23 @@ Additional features:
48
- [vite-plugin-pwa](https://vite-pwa-org.netlify.app/)
49
- [wouter](https://github.com/molefrog/wouter)
50
51
+## CSS
52
+
53
+Trellith is designed by Plain Old CSS. It doesn't use any CSS frameworks for minimizing future maintenance costs.
54
55
+- reset.css
56
+ - Remove default styles
57
+- base.css
58
+ - Add basic styles
59
+- token.css
60
+ - Manage design tokens by CSS custom properties
61
+- utility.css
62
+ - Utility-First CSS
63
+- layout.css
64
+ - Reusable CSS for creating layouts
65
+- pattern.css
66
+ - Reusable CSS for creating common UI
67
68
## Contributing
69
70
If you find any bugs or have feature requests, please create an issue and let me know.
0 commit comments