diff --git a/features/css-modules.dist.yml b/features/css-modules.dist.yml index 696a529984c..ee1c75e0c35 100644 --- a/features/css-modules.dist.yml +++ b/features/css-modules.dist.yml @@ -12,5 +12,7 @@ status: chrome_android: "123" edge: "123" compat_features: - - javascript.statements.import + # TODO: Include when https://github.com/web-platform-dx/web-features/issues/1173 + # is resolved. + # - javascript.statements.import - javascript.statements.import.import_attributes.type_css diff --git a/features/css-modules.yml b/features/css-modules.yml index 341c49e24c5..f6a80a0e5e8 100644 --- a/features/css-modules.yml +++ b/features/css-modules.yml @@ -3,5 +3,7 @@ description: 'CSS module scripts allow CSS code to be organized into reusable un spec: https://html.spec.whatwg.org/multipage/webappapis.html#css-module-script usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/3805 compat_features: - - javascript.statements.import + # TODO: Include when https://github.com/web-platform-dx/web-features/issues/1173 + # is resolved. + # - javascript.statements.import - javascript.statements.import.import_attributes.type_css