styled-components / vue-styled-components

Visual primitives for the component age. A simple port for Vue of styled-components 💅
MIT License
1.39k stars 99 forks source link

How to use px-to-viewport #140

Open MyPrototypeWhat opened 2 years ago

MyPrototypeWhat commented 2 years ago

My project page needs to use "vw" as unit, "vue-styled-components" should be dynamically generated "css", so "postcss-px-to-viewport" cannot support So, how to implement "px to vw"?