
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
critical-css-inliner
Advanced tools
Critical-css-inliner allows you to extract and inline critical (above-the-fold) CSS in HTML page. It might be helpful to speed up First Contentful Paint.
<link rel="stylesheet" href="...">
).Critical-css-inliner uses Critical-css-parser under the hood, so IT ALSO SUPPORTS ADAPTIVE DESIGN (BOTH DESKTOP AND MOBILE VERSIONS)!
Critical-css-inliner | Critical |
---|---|
execution time: 7.4 s | execution time: 4.7 s |
result: correct | result: wrong |
![]() | ![]() |
inlined: 15.8 KB (less is better) | inlined: 16.4 KB (less is better) |
auto extracting: true | auto extracting: true |
Critters | Penthouse |
---|---|
execution time: 3.5 s | execution time: 3.5 s |
result: correct | result: wrong |
![]() | ![]() |
inlined: 15.2 KB (less is better) | inlined: 4.7 KB (less is better) |
auto extracting: false | auto extracting: false |
Appropriate webpack plugin: webpack-critical-css-inliner
npm install --save-dev critical-css-inliner
// or
yarn add --dev critical-css-inliner
const criticalCSSInliner = require('critical-css-inliner');
await criticalCSSInliner({
// Your entrypoint
base: 'dist/',
// HTML source file
src: 'index.html',
// HTML target file
target: 'index-critical.html',
// Add Google Fonts to critical CSS
inlineGoogleFonts: true,
// Minify all styles
minify: true,
// ignore styles from the following stylesheets
ignoreStylesheets: [/bootstrap/],
// inline styles with the following CSS rules
whitelist: /#foo|\.bar/
});
const criticalCSSInliner = require('critical-css-inliner');
(async () => {
await criticalCSSInliner({
base: 'dist/',
src: 'index.html',
target: 'index-critical.html',
inlineGoogleFonts: true,
minify: true,
ignoreStylesheets: [/bootstrap/],
whitelist: /#foo|\.bar/
});
})();
Pass options to criticalCSSInliner({ ... })
.
<Promise<true>>
MIT license
FAQs
Inline critical CSS in HTML page
We found that critical-css-inliner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.