Skip to content

Commit

Permalink
Ship CSS Module Scripts
Browse files Browse the repository at this point in the history
Enable CSS module scripts by default.

I2S blink-dev thread: https://groups.google.com/a/chromium.org/g/blink-dev/c/iT0bQjzD04k
HTML Spec PR: whatwg/html#4898

Bug: 992499
Change-Id: I618ec0579cfd4e652306d0da539335878adfa53d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2957354
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Dan Clark <daniec@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#902075}
NOKEYCHECK=True
GitOrigin-RevId: 39e0478a21b609d55a131427ce256061bf69a426
  • Loading branch information
dandclark authored and copybara-github committed Jul 15, 2021
1 parent 118f323 commit 6e05ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blink/renderer/platform/runtime_enabled_features.json5
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
},
{
name: "CSSModules",
status: "experimental",
status: "stable",
},
{
name: "CSSOffsetPathRay",
Expand Down

0 comments on commit 6e05ced

Please sign in to comment.