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 259a998 commit 93d74c8Copy full SHA for 93d74c8
src/css/app.pcss
@@ -28,17 +28,17 @@
28
@import './components/webfonts.pcss';
29
30
/**
31
- * This injects all of Tailwind's utility classes, generated based on your
32
- * config file.
+ * Include styles for individual pages
33
*
34
*/
35
-@import 'tailwindcss/utilities';
+@import './pages/homepage.pcss';
36
37
38
- * Include styles for individual pages
+ * This injects all of Tailwind's utility classes, generated based on your
+ * config file.
39
40
41
-@import './pages/homepage.pcss';
+@import 'tailwindcss/utilities';
42
43
44
* Include vendor css.
0 commit comments