-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 7cec165
feat(@schematics/angular): add Tailwind CSS option to application schematic and
Adds a `tailwind` option to the `style` choices for the `application` schematic and the `ng new` command. When selected, the new application will be configured to use Tailwind CSS.ng new
1 parent 0cfcb39 commit 7cec165
File tree
5 files changed
+52
-6
lines changed- packages/schematics/angular
- application
- ng-new
5 files changed
+52
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
25 | + | ||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
62 | 67 |
| |
63 | 68 |
| |
64 | 69 |
| |
| |||
135 | 140 |
| |
136 | 141 |
| |
137 | 142 |
| |
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
138 | 148 |
| |
139 | 149 |
| |
140 | 150 |
| |
| |||
368 | 378 |
| |
369 | 379 |
| |
370 | 380 |
| |
371 | - | ||
381 | + | ||
372 | 382 |
| |
373 | 383 |
| |
374 | 384 |
| |
375 | 385 |
| |
376 | 386 |
| |
377 | 387 |
| |
378 | - | ||
388 | + | ||
379 | 389 |
| |
380 | 390 |
| |
381 | 391 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
872 | 872 |
| |
873 | 873 |
| |
874 | 874 |
| |
875 | + | ||
876 | + | ||
877 | + | ||
878 | + | ||
879 | + | ||
880 | + | ||
881 | + | ||
882 | + | ||
883 | + | ||
884 | + | ||
885 | + | ||
886 | + | ||
887 | + | ||
888 | + | ||
889 | + | ||
890 | + | ||
875 | 891 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | - | ||
57 | + | ||
58 | 58 |
| |
59 | - | ||
59 | + | ||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
66 | 70 |
| |
67 | 71 |
| |
68 | 72 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
115 | 131 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | - | ||
102 | + | ||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
|
0 commit comments