File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const {media_breakpoints} = require("./static/js/css_variables");
6
6
7
7
module . exports = ( { file} ) => ( {
8
8
plugins : [
9
- ( file . basename ?? path . basename ( file ) ) === "night_mode .css" &&
9
+ ( file . basename ?? path . basename ( file ) ) === "dark_theme .css" &&
10
10
// Add postcss-import plugin with postcss-prefixwrap to handle
11
11
// the flatpickr dark theme. We do this because flatpickr themes
12
12
// are not scoped. See https://github.com/flatpickr/flatpickr/issues/2168.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ import "../../styles/popovers.css";
51
51
import "../../styles/recent_topics.css" ;
52
52
import "../../styles/typing_notifications.css" ;
53
53
import "../../styles/hotspots.css" ;
54
- import "../../styles/night_mode .css" ;
54
+ import "../../styles/dark_theme .css" ;
55
55
import "../../styles/user_status.css" ;
56
56
import "../../styles/widgets.css" ;
57
57
File renamed without changes.
You can’t perform that action at this time.
0 commit comments