cuth / cuth/postcss-pxtorem

Convert px to rem in a css var

Open
#114 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.2k
Forks
173
PR merge metrics
No merged PRs in 30d

Description

Hello there!

Is there any way to let postcss-pxtorem to convert the css var values? It is not automatically converting my
```
--text-lg: 16px;
```
to
```
--text-lg: 1rem;
```

Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.