Convert to rem
#1671
Replies: 1 comment
-
I used // postcss.config.js
module.exports = {
plugins: [
['postcss-pixtorem': {
rootValue: 16 // root font-size in your application
}]
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
Is there a way to configure postcss (for example, in postcss.config) to convert all values in rem?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions