Problem/Motivation
I have installed this module and activated it in my site, with a custom theme, and nothing changed. I can't see inline styles nor defered styles anywhere... is it needed to add anything in html.twig?
I'm using drupal 8.9.16.
I have installed this module and activated it in my site, with a custom theme, and nothing changed. I can't see inline styles nor defered styles anywhere... is it needed to add anything in html.twig?
I'm using drupal 8.9.16.
Comments
Comment #2
albertosilvaPlease have a look on the debugging section at https://www.drupal.org/project/critical_css:
DEBUGGING
When twig debug is enabled, Critical CSS will show all the possible file paths that is trying to find inside a css comment.
If you see ‘NONE MATCHED’, check to see if you are logged in and make sure Critical CSS is enabled for logged-in users. Since the contents of the critical CSS files are generated emulating an anonymous visit, I recommend disabling this feature once you’ve finished testing.
Comment #3
albertosilvaComment #4
albertosilva