We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6d4ad4 + 081680b commit 48815b6Copy full SHA for 48815b6
styles/globals.css
@@ -122,11 +122,11 @@ body {
122
@apply my-2 list-inside;
123
}
124
ul,
125
- [data-list='ordered'] {
+ [data-list='bullet'] {
126
@apply list-disc;
127
128
ol,
129
- [data-list='bullet'] {
+ [data-list='ordered'] {
130
@apply list-decimal;
131
132
@@ -213,3 +213,13 @@ body {
213
.alarmDownFadein {
214
@apply animate-tamoFadeIn;
215
216
+
217
+input[type='date'] {
218
+ appearance: none;
219
+ -webkit-appearance: none;
220
+ -moz-appearance: none;
221
+}
222
223
+input::-webkit-date-and-time-value {
224
+ text-align: left;
225
0 commit comments