tailwind implementation

This commit is contained in:
Čarodej
2021-10-25 09:02:00 +02:00
parent 3ec5166936
commit 133dd5285d
9 changed files with 839 additions and 414 deletions
+1
View File
@@ -11,6 +11,7 @@
{{--StyleSheet--}}
{{--<link href="{{ asset('css/app.css') }}?v={{ get_version() }}" rel="stylesheet">--}}
<link href="{{ mix('css/app.css') }}?v={{ get_version() }}" rel="stylesheet">
<link href="{{ asset('css/tailwind.css') }}?v={{ get_version() }}" rel="stylesheet">
{{--OG items--}}
<meta property="og:url" content="{{ url('/') }}">