-
-
-
-
-
-
Home
-
-
Contact
-
-
About
-
- @if(auth()->check())
-
-
-
-
- @else
-
Login
-
-
Register
- @endif
-
-
+
+
-
-
+
diff --git a/tailwind.config.js b/tailwind.config.js
index abfacff1..7ef47f4d 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -9,6 +9,7 @@ export default {
'./vendor/laravel/jetstream/**/*.blade.php',
'./storage/framework/views/*.php',
'./resources/views/**/*.blade.php',
+ 'node_modules/preline/dist/*.js',
],
theme: {
@@ -19,5 +20,5 @@ export default {
},
},
- plugins: [forms, typography],
+ plugins: [forms, typography, require('preline/plugin'),],
};