Skip to content

Commit 86ef153

Browse files
committed
dev: dev page improvements
1 parent 26dbd3c commit 86ef153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</style>
4444
</head>
4545
<body>
46-
<div class="pa__dev-navbar">
46+
<div class="dev-navbar">
4747
<a href="/signin"> Login </a>
4848
<a href="/signup"> Register </a>
4949
<a href="/signin/consent"> Consent </a>

‎postcss.config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default () => ({
1515
prefix: 'pa__',
1616
ignore: [/sb-?/],
1717
ignoreFiles: [
18-
/\.storybook/
18+
/\.storybook/, 'index\.html'
1919
]
2020
}),
2121
postcss_import(),

0 commit comments

Comments
 (0)