Create some initial models

This commit is contained in:
2021-02-03 23:18:31 +00:00
parent ac81466985
commit 4281941814
15 changed files with 119 additions and 18 deletions

View File

@@ -3,10 +3,4 @@ module.exports = {
tailwindcss: {},
autoprefixer: {},
},
purge: [
// Templates within theme app (e.g. base.html)
'../templates/**/*.html',
// Templates in other apps
'../../templates/**/*.html',
],
}

View File

@@ -7,9 +7,9 @@ module.exports = {
'../templates/**/*.html',
// Templates in other apps. Uncomment the following line if it matches
// your project structure or change it to match.
// '../../templates/**/*.html',
'../../templates/**/*.html',
],
darkMode: false, // or 'media' or 'class'
darkMode: 'media',
theme: {
extend: {},
},