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.
1 parent f11e3ca commit 774b2b1Copy full SHA for 774b2b1
showroom/src/css/main.css
@@ -1,7 +1,7 @@
1
@chassis init;
2
@chassis include anchor buttons form-controls author-__ELEMENT-NAME__;
3
4
-.author-__ELEMENT-NAME__ {
+.author-__ELEMENT-NAME__.demo {
5
& pre {
6
@chassis apply inline-block margin-bottom padding;
7
background: var(--grey-n00);
showroom/src/index.html
@@ -23,7 +23,7 @@
23
<script src="webcomponents/author-select.js"></script>
24
</head>
25
26
- <body class="author-__ELEMENT_NAME__" data-theme="default">
+ <body class="author-__ELEMENT_NAME__ demo" data-theme="default">
27
<header>
28
<div class="width constraint">
29
<h1><author-__ELEMENT_NAME__> Element Demo</h1>
0 commit comments