Skip to content

Commit

Permalink
update tailwind content path
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoninja committed Dec 27, 2021
1 parent 03807e1 commit 1b0b342
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/styles/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion partials/main-styles.hbs

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ module.exports = {
// mode: 'jit',
purge: {
content: [
'../**/*.hbs',
'./js/**/*.js'
'./*.hbs',
'./partials/**/*.hbs',
'./src/js/**/*.js'
],
options: {
safelist: ['hover:text-youtube', 'hover:text-instagram']
Expand Down

0 comments on commit 1b0b342

Please sign in to comment.