mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Support CSS modules
This adds support for importing CSS stylesheets from CSS files in javascript.
This commit is contained in:
committed by
Shannon Booth
parent
2362a65e3b
commit
f1d3244b22
Notes:
github-actions[bot]
2026-04-03 19:22:27 +00:00
Author: https://github.com/skyz1 Commit: https://github.com/LadybirdBrowser/ladybird/commit/f1d3244b225 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6029 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/konradekk Reviewed-by: https://github.com/shannonbooth ✅
@@ -52,7 +52,7 @@ public:
|
||||
|
||||
struct Entry {
|
||||
EntryType type;
|
||||
GC::Ptr<JavaScriptModuleScript> module_script;
|
||||
GC::Ptr<ModuleScript> module_script;
|
||||
};
|
||||
|
||||
using CallbackFunction = GC::Ref<GC::Function<void(Entry)>>;
|
||||
|
||||
Reference in New Issue
Block a user