📜  关键的 CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:31.602000             🧑  作者: Mango

代码示例1
"above the fold" is html you see on load, like the header
header > h1 { /* !Critical */ margin: 300px; }//annotated with a comment in main.css
npm install -g postcss-split main.css insert result main-critical.css in