Skip to content

Commit dbd6e58

Browse files
committed
cleanup
1 parent c5d1ea4 commit dbd6e58

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

resources/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "custom.css";
1+
@import "styles.css";
22
@import "custom-preflight.css" layer(tailwind-base);
33

44
@layer tailwind-base, primevue, tailwind-utilities;
File renamed without changes.

resources/views/app.blade.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<!DOCTYPE html>
2-
<html
3-
lang="{{ str_replace('_', '-', app()->getLocale()) }}"
4-
class="h-full"
5-
>
2+
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
63

74
<head>
85
<meta charset="utf-8">

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ module.exports = {
1616
},
1717
},
1818
plugins: [require('postcss-import'), require('tailwindcss-primeui')],
19-
darkMode: ['selector', '.dark-mode'],
19+
darkMode: ['selector', '[class*="dark-mode"]'],
2020
};

0 commit comments

Comments
 (0)