postcss-media-minmax

1.安装
# yarn add postcss-media-minmax -D
2.配置(postcss.config.js)
module.exports = {
  plugins: [
    ...,
    require('postcss-media-minmax')
  ]
}
3.使用

例1:

body {
  @media (width >= 500px) {
    color: green;
  }
}

results matching ""

    No results matching ""