Skip to content

Commit

Permalink
disable purge due to color vars
Browse files Browse the repository at this point in the history
  • Loading branch information
cigzigwon committed Oct 24, 2021
1 parent 848d2d4 commit 168c43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
purge: [
'./src/**/*.html',
'./src/**/*.js',
'./src/**/*.jsx',
// './src/**/*.js',
// './src/**/*.jsx',
],
theme: {
extend: {}
Expand Down

0 comments on commit 168c43c

Please sign in to comment.