soda-x / postcss-plugin-px2rem

postcss plugin px2rem
193 stars 29 forks source link

Should support ignore one line of code #24

Open fallenleavesguy opened 1 year ago

fallenleavesguy commented 1 year ago

For example:

body {
  // @px2rem ignore-next-line
  font-size: 16px;
}