7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
import postcssJitProps from 'postcss-jit-props'
|
|
import OpenProps from 'open-props'
|
|
|
|
export default {
|
|
plugins: [postcssJitProps(OpenProps)]
|
|
}
|