We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26dbd3c commit 86ef153Copy full SHA for 86ef153
‎index.html‎
@@ -43,7 +43,7 @@
43
</style>
44
</head>
45
<body>
46
-<div class="pa__dev-navbar">
+<div class="dev-navbar">
47
<a href="/signin"> Login </a>
48
<a href="/signup"> Register </a>
49
<a href="/signin/consent"> Consent </a>
‎postcss.config.js‎
@@ -15,7 +15,7 @@ export default () => ({
15
prefix: 'pa__',
16
ignore: [/sb-?/],
17
ignoreFiles: [
18
- /\.storybook/
+ /\.storybook/, 'index\.html'
19
]
20
}),
21
postcss_import(),
0 commit comments