File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1616 {{content-for "head"}}
1717
1818 <!-- these styles are pre-compiled in the `components` package -->
19+ <!-- IMPORTANT: if you add a new entry here, you HAVE TO add it also to the `showcase/tests/index.html` file, which is used to run the tests -->
1920 < link id ="hds-components-stylesheet " integrity ="" rel ="stylesheet "
2021 href ="{{rootURL}}assets/styles/@hashicorp/design-system-components.css ">
2122 < link integrity ="" rel ="stylesheet "
Original file line number Diff line number Diff line change 1414 {{content-for "head"}}
1515 {{content-for "test-head"}}
1616
17- < link rel ="stylesheet " href ="{{rootURL}}assets/vendor.css ">
17+ <!-- these styles are pre-compiled in the `components` package -->
18+ <!-- IMPORTANT: these entries always need to be kept in sync with the `showcase/app/index.html` file -->
19+ < link rel ="stylesheet " href ="{{rootURL}}assets/styles/@hashicorp/design-system-components.css ">
20+ < link rel ="stylesheet " href ="{{rootURL}}assets/styles/@hashicorp/design-system-power-select-overrides.css ">
21+
22+ <!-- these styles are compiled with the Showcase -->
23+ < link rel ="stylesheet " href ="{{rootURL}}assets/vendor.css ">
1824 < link rel ="stylesheet " href ="{{rootURL}}assets/showcase.css ">
19- < link rel ="stylesheet " href ="{{rootURL}}assets/test-support.css ">
25+
26+ <!-- this file is not really used -->
27+ < link rel ="stylesheet " href ="{{rootURL}}assets/test-support.css ">
2028
2129 {{content-for "head-footer"}}
2230 {{content-for "test-head-footer"}}
You can’t perform that action at this time.
0 commit comments