first landingpage release

This commit is contained in:
kevin 2020-06-01 13:09:23 +02:00
parent f2d7a9a732
commit c809c91c25
36 changed files with 7929 additions and 0 deletions

View file

@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('autoprefixer'),
require('cssnano')
]
}