You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+77-9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# tailwindcss-material-tokens
2
-
Import the tokens of web components in material 3 into tailwindcss and use them through plugins.
2
+
3
+
_If you wish, you are welcome to submit a document update request_
4
+
5
+
---
6
+
7
+
Import the Material Design tokens into tailwindcss and use them through plugins.
3
8
4
9
+ ESM Supported Only
5
10
+ Typescript Supported
@@ -22,6 +27,9 @@ export default {
22
27
],
23
28
}
24
29
```
30
+
31
+
---
32
+
25
33
_If you don’t want to be troubled by the original styles of tailwindcss, please try to turn off the styles that come with tailwindcss (color, rounded, shadow, text)._
0 commit comments