Skip to content

horsefefe/postcss-px2other

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postcss-px2other

Current Support convert

px2vmin px2rem upx2vmin upx2rem

Current Support units:

1.vmin 2.rem

Usage

"postcss-px2other": {
    unit: 'px'
    remUnit: 100,
    convert_unit: "rem"
}
"postcss-px2other": {
    unit: 'upx'
    remUnit: 100,
    convert_unit: "rem"
}
"postcss-px2other": {
    unit: 'px'
    vminUnit: 7.5,
    convert_unit: "vmin"
}
"postcss-px2other": {
    unit: 'upx'
    vminUnit: 7.5,
    convert_unit: "vmin"
}

License

MIT

About

postcss plugin convert unit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published