Skip to content

Commit

Permalink
feat(tailwind): add jit mode as comment to tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed May 15, 2021
1 parent d904226 commit 388f1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ng-add/templates/configs/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
// mode: 'jit',
purge: ['./src/**/*.{html,ts}'],
darkMode: false, // or 'media' or 'class'
theme: {
Expand Down
1 change: 1 addition & 0 deletions src/ng-add/templates/tailwind/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
// mode: 'jit',
purge: ['./src/**/*.{html,ts}'],
darkMode: false, // or 'media' or 'class'
theme: {
Expand Down

0 comments on commit 388f1cf

Please # to comment.