File tree 5 files changed +4
-41
lines changed
5 files changed +4
-41
lines changed Original file line number Diff line number Diff line change 78
78
trunk serve --port 3000
79
79
```
80
80
81
- 1 . Uncomment this line:
82
- https://github.com/opensass/input-rs/blob/f17f89fc85f464381beb5bc9c5596a9def7924ce/examples/yew/index.html#L5
83
-
84
81
Navigate to http://localhost:3000 to explore all available components.
85
82
86
83
## 🌀 Tailwind CSS Components
Original file line number Diff line number Diff line change 1
- [[hooks ]]
2
- stage = " post_build"
3
- command = " sh"
4
- command_arguments = [" -c" , " npx tailwindcss@v3 -i ./css/tailwind.css -o ./dist/.stage/index.css" ]
1
+ [tools ]
2
+ tailwindcss = " 3.4.17"
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- <!-- < link data-trunk rel="css" href="./dist/index .css" type="text/css" /> -- >
5
+ < link data-trunk rel ="tailwind- css " href ="src/tailwind .css "/ >
6
6
< script
7
7
src ="https://kit.fontawesome.com/8f223ead6e.js "
8
8
crossorigin ="anonymous "
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,39 +4,7 @@ module.exports = {
4
4
"./index.html" ,
5
5
"./src/**/*.{rs,html}"
6
6
] ,
7
- theme : {
8
- extend : {
9
- colors : {
10
- 'ct-dark-600' : '#222' ,
11
- 'ct-dark-200' : '#e5e7eb' ,
12
- 'ct-dark-100' : '#f5f6f7' ,
13
- 'ct-blue-600' : '#2363eb' ,
14
- 'ct-yellow-600' : '#f9d13e' ,
15
- 'ct-red-500' : '#ef4444' ,
16
- } ,
17
- fontFamily : {
18
- sans : [ 'Roboto' , 'sans-serif' ] ,
19
- serif : [ 'Roboto' , 'serif' ] ,
20
- } ,
21
- container : {
22
- center : true ,
23
- padding : '1rem' ,
24
- screens : {
25
- sm : '480px' ,
26
- md : '768px' ,
27
- lg : '976px' ,
28
- xl : '1440px' ,
29
- } ,
30
- spacing : {
31
- '128' : '32rem' ,
32
- '144' : '36rem' ,
33
- } ,
34
- borderRadius : {
35
- '4xl' : '2rem' ,
36
- }
37
- } ,
38
- } ,
39
- } ,
7
+ theme : { } ,
40
8
plugins : [ ] ,
41
9
}
42
10
You can’t perform that action at this time.
0 commit comments