Skip to content

Commit 774b2b1

Browse files
author
Graham Butler
committed
update css
1 parent f11e3ca commit 774b2b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

showroom/src/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@chassis init;
22
@chassis include anchor buttons form-controls author-__ELEMENT-NAME__;
33

4-
.author-__ELEMENT-NAME__ {
4+
.author-__ELEMENT-NAME__.demo {
55
& pre {
66
@chassis apply inline-block margin-bottom padding;
77
background: var(--grey-n00);

showroom/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<script src="webcomponents/author-select.js"></script>
2424
</head>
2525

26-
<body class="author-__ELEMENT_NAME__" data-theme="default">
26+
<body class="author-__ELEMENT_NAME__ demo" data-theme="default">
2727
<header>
2828
<div class="width constraint">
2929
<h1>&lt;author-__ELEMENT_NAME__&gt; Element Demo</h1>

0 commit comments

Comments
 (0)