Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyOrekhov committed Feb 23, 2023
1 parent d9e684d commit 71d7cc4
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ See form example: [Bootstrap](https://jsfiddle.net/z16aknfh/3/) vs
## Quick Start

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1" />
```

## Browser compatibility
Expand Down
10 changes: 10 additions & 0 deletions dist/holiday.css
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,16 @@ picture {
nav {
background-image: url('data:image/svg+xml;utf8,<svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="%23fff" d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg>');
}

/* stylelint-disable-next-line selector-max-class */
.holiday-css-light nav {
background-image: url('data:image/svg+xml;utf8,<svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="%23363636" d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg>');
}
}

/* stylelint-disable-next-line selector-max-class */
.holiday-css-dark nav {
background-image: url('data:image/svg+xml;utf8,<svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="%23fff" d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg>');
}
}
:root {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holiday.css",
"version": "0.10.0",
"version": "0.10.1",
"description": "A minimalist classless CSS theme with dark mode support",
"main": "dist/holiday.css",
"style": "dist/holiday.css",
Expand Down
2 changes: 1 addition & 1 deletion site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or you can use it as a base and build upon it.
Just add this to your `<head>`:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1" />
```

## What makes holiday.css different
Expand Down
2 changes: 1 addition & 1 deletion site/_includes/layout.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected].0"
href="https://cdn.jsdelivr.net/npm/[email protected].1"
/>
<link
rel="stylesheet"
Expand Down
2 changes: 1 addition & 1 deletion site/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected].0"
href="https://cdn.jsdelivr.net/npm/[email protected].1"
/>
</head>

Expand Down
2 changes: 1 addition & 1 deletion site/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: layout
Have an existing web page? Add this to your `<head>`:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1" />
```

Starting afresh? Use [Quickstart Template]({{ "/template/" | url }}).
Expand Down

1 comment on commit 71d7cc4

@vercel
Copy link

@vercel vercel bot commented on 71d7cc4 Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.