first landingpage release
This commit is contained in:
parent
f2d7a9a732
commit
c809c91c25
36 changed files with 7929 additions and 0 deletions
6
landing_page/postcss.config.js
Normal file
6
landing_page/postcss.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: [
|
||||
require('autoprefixer'),
|
||||
require('cssnano')
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue