Lint fixes

This commit is contained in:
2022-07-25 00:53:35 +00:00
parent 262689e140
commit 4aae9867ef

View File

@@ -1,11 +1,11 @@
module.exports = {
content: ['./public/**/*.{html,js}'],
content: [ './public/**/*.{html,js}' ],
theme: {
extend: {
fontFamily: {
sans: ['Lato', 'sans-serif']
sans: [ 'Lato', 'sans-serif' ]
}
},
},
plugins: [],
}
};