Skip to content

Commit

Permalink
update tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Feb 8, 2023
1 parent 6b3a5ae commit cc66f26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions publish/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ const colors = require("tailwindcss/colors");
module.exports = {
content: [
"./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php",
"./vendor/tomatophp/tomato-splade/lib/**/*.vue",
"./vendor/tomatophp/tomato-splade/resources/views/**/*.blade.php",
"./vendor/tomatophp/tomato-breeze/resources/views/**/*.blade.php",
"./vendor/tomatophp/tomato-admin/resources/views/**/*.blade.php",
"./storage/framework/views/*.php",
"./resources/views/**/*.blade.php",
"./resources/js/**/*.vue",
"./packages/tomatophp/**/resources/views/**/*.blade.php",
"./packages/tomatophp/**/resources/js/**/*.vue",
],

darkMode: "class", // or 'media' or 'class'
Expand Down

0 comments on commit cc66f26

Please sign in to comment.