Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some babel plugin to process px unit to rem or vw #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
* [styled-media-helper](https://github.com/dvpnt/styled-media-helper) - Write media queries.
* [styled-tachyons](https://github.com/linonetwo/styled-tachyons) - Mix tachyons style shorthands with normal css.
* [styled-px2vw](https://github.com/hnzycfcfed/styled-px2vw) - Extension of styled-components with features for convert px to vw units.
* [babel-plugin-styled-components-px2rem](https://github.com/xuyuanxiang/babel-plugin-styled-components-px2rem) Babel plugin for convert px to rem units of styled-components.
* [babel-plugin-styled-components-px2vw](https://github.com/jackluson/babel-plugin-styled-components-px2vw) Babel plugin for convert px to vw units of styled-components.
* [styled-normalize](https://github.com/sergeysova/styled-normalize) - Add normalize.css
* [styled-email-components](https://github.com/sergeybekrin/styled-email-components) - Extension for building email-first components via inline styles.
* [styled-breakpoints](https://github.com/maxinakenty/styled-breakpoints) - Simple and powerful custom breakpoints
Expand Down