Work on closed notice.

This commit is contained in:
2019-03-03 17:53:34 +01:00
parent ebe4e85fad
commit 9b55f56975
8 changed files with 88 additions and 28 deletions

5
postcss.config.js Normal file
View File

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