- Issue created by @dieterholvoet
- Merge request !8Add support for downloading critical CSS from an URL → (Open) created by dieterholvoet
- Status changed to Needs review
5 months ago 8:44am 13 June 2024 - 🇧🇪Belgium dieterholvoet Brussels
The alter hook implementation would look like this:
/** * Implements hook_critical_css_file_paths_suggestion_alter(). */ function my_module_vite_critical_css_file_paths_suggestion_alter(array &$file_paths, ?ContentEntityInterface $entity): void { $file_paths[] = "http://localhost:3000/dev/sass/default-critical.scss"; }
- First commit to issue fork.
-
albertosilva →
committed 75483eee on 2.0.x
Issue #3454343 by dieterholvoet: Add support for downloading critical...
-
albertosilva →
committed 75483eee on 2.0.x