Skip to content

Commit

Permalink
Merge pull request #54 from krekas/notusjs-jit-mode
Browse files Browse the repository at this point in the history
Use tailwinds jit mode in notusjs theme by default
  • Loading branch information
PovilasKorop authored Dec 11, 2021
2 parents 85e088a + e55d31f commit d2981c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/stubs/breeze/notusjs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const plugin = require("tailwindcss/plugin");
const colors = require("tailwindcss/colors");

module.exports = {
mode: 'jit',
purge: [
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
'./storage/framework/views/*.php',
Expand Down

0 comments on commit d2981c0

Please sign in to comment.