Adding in sweeping changes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
module.exports = {
|
||||
purge: ['./src/**/*.html', './src/components/**/*.jsx'],
|
||||
content: ["./src/**/*.{html,js,jsx}"],
|
||||
content: [
|
||||
"./src/**/*.{html,js}",
|
||||
'./src/components/**/*.jsx'
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
fontFamily: {
|
||||
|
||||
Reference in New Issue
Block a user