Prettified Code!

This commit is contained in:
khatabwedaa
2020-08-15 12:21:08 +00:00
committed by GitHub Action
parent cc4c6a445e
commit 48941bd470
5 changed files with 33 additions and 32 deletions

View File

@@ -1,17 +1,15 @@
module.exports = {
purge: [
'./src/**/*.vue',
],
purge: ["./src/**/*.vue"],
theme: {
extend: {
fontFamily: {
roboto: ['Roboto'],
roboto: ["Roboto"],
},
spacing: {
'96': '24rem',
"96": "24rem",
},
},
},
variants: {},
plugins: [],
}
};