postcss-custom-media

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

例1

@custom-media --max-v (width >= 400px);
body {
  @media (--max-v) {
    color: green;
  }
}

results matching ""

    No results matching ""