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.
1 parent 82ea739 commit 81a4aa4Copy full SHA for 81a4aa4
1 file changed
assets/css/styles.css
@@ -1,4 +1,4 @@
1
-/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
+/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
@layer properties;
3
@layer theme, base, components, utilities;
4
@layer theme {
@@ -225,9 +225,6 @@
225
.flex {
226
display: flex;
227
}
228
- .grid {
229
- display: grid;
230
- }
231
.hidden {
232
display: none;
233
@@ -292,9 +289,6 @@
292
289
.cursor-pointer {
293
290
cursor: pointer;
294
291
295
- .resize {
296
- resize: both;
297
298
.appearance-none {
299
appearance: none;
300
0 commit comments