Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
fix: tailwindcss proper purging
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 20, 2021
1 parent c86ede6 commit 293eea2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
// tailwind.config.js
module.exports = {
purge: ['./src/**/*.html', './src/**/*.vue', './src/**/*.ts'],
purge: [
'./src/**/*.html',
'./src/**/*.vue',
'./src/**/*.ts',
'./demos/**/*.html',
'./demos/**/*.vue',
'./demos/**/*.ts',
'./docs/**/*.html',
'./docs/**/*.vue',
'./docs/**/*.ts',
],
theme: {
fontFamily: {
display: ['Montserrat'],
Expand Down

0 comments on commit 293eea2

Please sign in to comment.