We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Thank you for a great module.
It seems like the include option is not working for some reason (critical-0.7.3).
include
This is our code:
return critical.generate({ base: 'dist/', url : 'http://example.com', src: 'http:///example.com', dest: 'src/assets/scss/critical-path-styles.css', css: ['dist/assets/css/app.css'], width: 1300, height: 900, inline: false, include: ['html.test'], minify: false });
critical-path-styles.css contains all styles needed to render the above-the-fold content, however it does not include the html.test selector styles.
critical-path-styles.css
html.test
Using html instead of html.test does work however.
html
Are others experiencing this issue as well?
Thank you
The text was updated successfully, but these errors were encountered:
Strange, re-ordered a few things in the CSS file, now html.test as a selector seems to work fine as well.
Was a problem on our end.
Thanks!
Sorry, something went wrong.
No branches or pull requests
Hello,
Thank you for a great module.
It seems like the
include
option is not working for some reason (critical-0.7.3).This is our code:
critical-path-styles.css
contains all styles needed to render the above-the-fold content, however it does not include thehtml.test
selector styles.Using
html
instead ofhtml.test
does work however.Are others experiencing this issue as well?
Thank you
The text was updated successfully, but these errors were encountered: