Skip to content

Commit 066cd1b

Browse files
adding style
1 parent 4f88905 commit 066cd1b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

example/stories/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pre > span.token.tag:nth-last-child(3),
2+
pre > span.token.punctuation:nth-last-child(2) {
3+
display: none;
4+
}

styleguide.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ module.exports = {
1717
// Text to show on the ribbon (optional)
1818
text: 'Fork me on GitHub',
1919
},
20+
styleguideDir: 'demo',
21+
require: [path.join(__dirname, './example/stories/styles.css')],
2022
// assetsDir: "example/stories/assets",
2123
sections: [
2224
{

0 commit comments

Comments
 (0)