Webpack template with tailwind and now.sh

This commit is contained in:
2019-06-24 22:37:03 +01:00
parent 61bed7ccf4
commit fd99a131df
7 changed files with 70 additions and 3 deletions

7
tailwind.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
theme: {
extend: {}
},
variants: {},
plugins: []
}