mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: postcss RTL automated convert.
This commit is contained in:
@@ -103,6 +103,11 @@ module.exports = function(webpackEnv) {
|
||||
// so that it honors browserslist config in package.json
|
||||
// which in turn let's users customize the target behavior as per their needs.
|
||||
postcssNormalize(),
|
||||
|
||||
// Postcss rtlcss plugin.
|
||||
require( 'postcss-rtl' )({
|
||||
// options here.
|
||||
}),
|
||||
],
|
||||
sourceMap: isEnvProduction && shouldUseSourceMap,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user