File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,7 @@ status:
12
12
chrome_android : " 123"
13
13
edge : " 123"
14
14
compat_features :
15
- - javascript.statements.import
15
+ # TODO: Include when https://github.com/web-platform-dx/web-features/issues/1173
16
+ # is resolved.
17
+ # - javascript.statements.import
16
18
- javascript.statements.import.import_attributes.type_css
Original file line number Diff line number Diff line change @@ -3,5 +3,7 @@ description: 'CSS module scripts allow CSS code to be organized into reusable un
3
3
spec : https://html.spec.whatwg.org/multipage/webappapis.html#css-module-script
4
4
usage_stats : https://chromestatus.com/metrics/feature/timeline/popularity/3805
5
5
compat_features :
6
- - javascript.statements.import
6
+ # TODO: Include when https://github.com/web-platform-dx/web-features/issues/1173
7
+ # is resolved.
8
+ # - javascript.statements.import
7
9
- javascript.statements.import.import_attributes.type_css
You can’t perform that action at this time.
0 commit comments