Skip to content

Commit

Permalink
fix(w3c/style): use correct stylesheet for Member-SUBM (#4423)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Apr 5, 2023
1 parent d268ecd commit 6f7bbb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/w3c/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ export function run(conf) {
case "BASE":
styleFile = "base.css";
break;
case "MEMBER-SUBM":
styleFile = "W3C-Member-SUBM";
break;
default:
styleFile = canUseW3CStyle ? `W3C-${conf.specStatus}` : "base.css";
}
Expand Down

0 comments on commit 6f7bbb9

Please sign in to comment.