-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to exclude specific stylesheets #118
Comments
@oskarrough this is currently not possible with critical. |
would be possible after #178 has landed critical.generate({
base: 'test/',
src: 'index.html',
dest: 'styles/styles.min.css',
minify: true,
width: 1300,
height: 900
inline: { ignore: /ignored\.css/ },
}); |
Closing this due to inactivity. Feel free to open an issue for |
Hi, critical automatically moves all stylesheets found into a
<noscript>
block and loads them async via loadCSS.How would you exclude a specific stylesheet from this logic? Or only include a specific stylesheet? I understand Penthouse does this but critical is easier to use as it can inline everything.
The text was updated successfully, but these errors were encountered: