-
postcss-preset-env能够将现代CSS转换为浏览器可识别的格式
资源介绍
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