CSS > Critical-Path Tools
Contents
Node modules
Server-side modules
Grunt tasks
CasperJS
Inline sources (styles, scripts)
inline-styles 24
updated 11y ago
by Max Ogden, replaces <link> tags with inline <style> tags + inlines CSS url() calls with data URIs
gulp-inline-source 208
updated 6y ago
by Filip Malinowski, replaces <link> tags with inline <style> tags, and replaces <script src=""> tags with their inline content
inline-critical 116
updated 1y ago
by Ben Zörb, inline critical path CSS and load existing stylesheets with loadCSS
isomorphic-style-loader 1.3k
updated 1y ago
for Webpack - allows to extract critical CSS for any given page/screen in React apps and inline it into HTML during server-side rendering (SSR). See React Starter Kit as an example.