1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-25 06:00:55 +02:00

Init sass configuration #52

This commit is contained in:
Quique Fdez Guerra
2017-03-06 18:45:23 +01:00
parent 9bbbd7362b
commit 95ce3b9e36
11 changed files with 139 additions and 73 deletions

7
postcss.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: [
require('autoprefixer')({
browsers: ['last 2 versions'],
})
]
};