critical
CSS Extractor
A tool that extracts and inlines critical CSS from HTML pages
Extract & Inline Critical-path CSS in HTML pages
10k stars
142 watching
371 forks
Language: JavaScript
last commit: about 2 months ago
Linked from 1 awesome list
critical-csscritical-path-csscritical-path-stylescssinline-cssinline-styles
Related projects:
Repository | Description | Stars |
---|---|---|
pocketjoso/penthouse | A tool that generates optimized CSS for web pages to improve page rendering performance. | 2,641 |
addyosmani/critical-path-css-demo | A project demonstrating the use of Critical to generate and inline critical-path CSS for improved performance | 536 |
anthonygore/html-critical-webpack-plugin | A Webpack plugin that extracts critical CSS from HTML files and inlines it into the page. | 447 |
addyosmani/critical-path-css-tools | Tools to help prioritize and inline critical CSS for better page performance | 1,153 |
addyosmani/critical-path-angular-demo | A demo project comparing above-the-fold CSS generation and inlining with and without critical-path optimization for improved page speed. | 60 |
webpack-contrib/css-loader | A module for webpack that interprets CSS functions like @import and url() like import/require() | 4,311 |
bezoerb/inline-critical | Tools for inline CSS optimization and asynchronous loading of stylesheets | 115 |
jonkemp/gulp-inline-css | A Gulp plugin that inline CSS properties into HTML files for improved performance and compatibility with email clients. | 272 |
bezoerb/grunt-critical | Grunt plugin to extract and inline critical CSS from HTML files | 154 |
clean-css/clean-css | A fast and efficient CSS optimizer for Node.js and modern browsers | 4,166 |
necolas/normalize.css | A CSS reset that preserves useful defaults and corrects common browser inconsistencies. | 52,532 |
premailer/premailer | Converts CSS styles from HTML email files to inline style attributes for better delivery results | 2,354 |
yeoman/generator-webapp | A web application generator tool that uses Gulp to create and manage front-end projects. | 3,772 |
jdan/98.css | A CSS design system that recreates the look and feel of old UIs from Windows 98. | 9,630 |
kangax/html-minifier | A JavaScript-based tool for compressing HTML content | 4,942 |