mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-10 18:32:28 +00:00
port to gitlab.
This commit is contained in:
7
themes/custom/src/postcss.config.js
Normal file
7
themes/custom/src/postcss.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('autoprefixer')({
|
||||
browsers: ['> 1%', 'last 2 versions', 'ie >= 9']
|
||||
})
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user