Skip to content

Commit

Permalink
Remove import statement from CSS modules feature (web-platform-dx#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Jun 3, 2024
1 parent 3a8a4a6 commit 86b4857
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion features/css-modules.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion features/css-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 86b4857

Please sign in to comment.