Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove import statement from CSS modules feature #1165

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading