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 2feb144 commit 99acb9aCopy full SHA for 99acb9a
postcss.config.js
@@ -11,7 +11,7 @@ module.exports = ({file}) => ({
11
// the flatpickr dark theme. We do this because flatpickr themes
12
// are not scoped. See https://github.com/flatpickr/flatpickr/issues/2168.
13
require("postcss-import")({
14
- plugins: [require("postcss-prefixwrap")("%night-mode-block")],
+ plugins: [require("postcss-prefixwrap")("%dark-theme-block")],
15
}),
16
require("postcss-nested"),
17
require("postcss-extend-rule"),
static/styles/dark_theme.css
@@ -4,7 +4,7 @@ body.dark-theme {
4
/* the following block(s) are generated by the import statements.
5
See postcss.config.js for details.
6
*/
7
- @extend %night-mode-block;
+ @extend %dark-theme-block;
8
9
background-color: hsl(212, 28%, 18%);
10
color: hsl(236, 33%, 90%);
0 commit comments