登录 注册
当前位置:主页 > 资源下载 > 35 > postcss-preset-env能够将现代CSS转换为浏览器可识别的格式

postcss-preset-env能够将现代CSS转换为浏览器可识别的格式

  • 更新:2024-10-23 15:20:32
  • 大小:42KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

PostCSS预设环境 使您可以将现代CSS转换为大多数浏览器可以理解的内容,并根据目标浏览器或运行时环境确定所需的polyfill。 npm install postcss-preset-env @custom-media --viewport-medium (width <= 50 rem ); @custom-selector :--heading h1 , h2 , h3 , h4 , h5 , h6 ; :root { --mainColor : # 12345678 ; } body { color : var ( --mainColor ); font-family : system-ui; overflow-wrap : break-word; } :--heading { background-image : image-set (url( im