We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 447a9f0 + 933cfd4 commit 8f02a1aCopy full SHA for 8f02a1a
docs/_templates/test.njk
@@ -1,9 +1,5 @@
1
{% extends 'application.njk' %}
2
3
-{% block after_footer %}
4
- <script src="scripts/test-helpers.js"></script>
5
-{% endblock %}
6
-
7
{% block layout %}
8
<main id="content" class="hxBox hxLg test-content">
9
<h1>{{ page.title }}</h1>
docs/docs.less
@@ -145,9 +145,6 @@ min-version {
145
@import 'demo/tooltip-docs';
146
@import 'demo/typography-docs';
147
148
-// TODO: update pipeline to only load these styles for test pages
149
-@import 'docs-test';
150
151
// SHAME
152
dl:not(.hxList) {
153
dd {
docs/styles/docs-test.less
0 commit comments