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:
7
postcss.config.js
Normal file
7
postcss.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('autoprefixer')({
|
||||
browsers: ['last 2 versions'],
|
||||
})
|
||||
]
|
||||
};
|
Reference in New Issue
Block a user