@papaya-app/postcss-px-to-rem
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

postcss-px-to-rem

转换 px 为 rem

安装

pnpm add -D @papaya-app/postcss-px-to-rem 
# with npm
npm install -D @papaya-app/postcss-px-to-rem

使用

import { PostcssPxToRem } from '@papaya-app/postcss-px-to-rem'

export const config = {
  plugins: [
    PostcssPxToRem({
      baseFontSize: 16 //默认16px
    })
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i @papaya-app/postcss-px-to-rem

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

2.32 kB

Total Files

4

Last publish

Collaborators

  • lingjhfs