File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
vendor /
2
2
composer.phar
3
3
mono-only- * .zip
4
- monocolor -* .zip
4
+ mono-color -* .zip
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ foreach ($files as $file) {
23
23
}
24
24
25
25
# combine mono and color into a single css file for better gzipping
26
- echo "Making monocolor .min.css ... \n" ;
27
- file_put_contents ("monocolor .min.css " , file_get_contents ("mono.min.css " ).file_get_contents ("color.min.css " ));
26
+ echo "Making mono-color .min.css ... \n" ;
27
+ file_put_contents ("mono-color .min.css " , file_get_contents ("mono.min.css " ).file_get_contents ("color.min.css " ));
28
28
29
29
# create the release zip files
30
30
echo "Creating release archives ... \n" ;
31
31
`zip mono-only- $ version.zip mono.min.css light.min.css dark.min.css template-mono-only.html `;
32
- `zip monocolor - $ version.zip mono.min.css light.min.css dark.min.css color.min.css template.html `;
32
+ `zip mono-color - $ version.zip mono.min.css light.min.css dark.min.css color.min.css template.html `;
33
33
34
34
echo "Done. \n" ;
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ <h1 id="usage">Usage: </h1>
190
190
<!-- or any of these methods: https://asvvvad.github.io/mono-color/#switching-theme -->
191
191
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/asvvvad/mono-color@1.2/light.min.css" media="">
192
192
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/asvvvad/mono-color@1.2/dark.min.css" media="(prefers-color-scheme: dark)">
193
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/asvvvad/mono-color@1.2/monocolor .min.css">
193
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/asvvvad/mono-color@1.2/mono-color .min.css">
194
194
</head>
195
195
<body>
196
196
<div class="container">
File renamed without changes.
Original file line number Diff line number Diff line change 8
8
<!-- or any of these methods: https://asvvvad.github.io/mono-color/#switching-theme -->
9
9
< link rel ="stylesheet " href ="light.min.css " media ="">
10
10
< link rel ="stylesheet " href ="dark.min.css " media ="(prefers-color-scheme: dark) ">
11
- < link rel ="stylesheet " href ="monocolor .min.css ">
11
+ < link rel ="stylesheet " href ="mono-color .min.css ">
12
12
</ head >
13
13
14
14
< body >
You can’t perform that action at this time.
0 commit comments