Generic landing page

This commit is contained in:
Ismo Vuorinen
2021-04-21 19:55:25 +03:00
parent 7ebf635373
commit ada0cca491
8 changed files with 13017 additions and 0 deletions

14
tailwind.config.js Normal file
View File

@@ -0,0 +1,14 @@
module.exports = {
purge: [
'./src/**/*.html',
'./src/**/*.js',
],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}