Skip to content

Commit a54f0d9

Browse files
committed
More clean up for #1.
Put original style.css file name back. Let's ensure zero breakage with existing users including any assumptions that might be making about file names.
1 parent 69778ea commit a54f0d9

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
dist/
3+
dist-dark/

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const assetsDirTarget = distDir + '/assets';
3838

3939

4040
// style defaults to 'light'
41-
let cssFileName = 'style-light.css';
41+
let cssFileName = 'style.css';
4242
let hljsCssFileName = 'github.css';
4343

4444
if (styleMode === "dark") {

style-light.css style.css

File renamed without changes.

0 commit comments

Comments
 (0)