Initial commit
This commit is contained in:
13
.postcssrc.js
Normal file
13
.postcssrc.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const plugins = [
|
||||
require('autoprefixer')
|
||||
]
|
||||
|
||||
if (process.env.QUASAR_RTL) {
|
||||
plugins.push(
|
||||
require('postcss-rtl')({})
|
||||
)
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
plugins
|
||||
}
|
||||
Reference in New Issue
Block a user