Skip to content

Commit

Permalink
0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyOrekhov committed Jun 24, 2021
1 parent e6360cf commit 0b8c37b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 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].7" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].8" />
```

## Browser compatibility
Expand Down
1 change: 1 addition & 0 deletions dist/holiday.css
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ picture {
left: calc(-50vw + 50%);
display: block;
width: 100vw;
max-height: 100vh;
text-align: center;
}

Expand Down
2 changes: 1 addition & 1 deletion 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.9.7",
"version": "0.9.8",
"description": "A classless CSS theme",
"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].7" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].8" />
```

## 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].7"
href="https://cdn.jsdelivr.net/npm/[email protected].8"
/>
<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].7"
href="https://cdn.jsdelivr.net/npm/[email protected].8"
/>
</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].7" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].8" />
```

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

1 comment on commit 0b8c37b

@vercel
Copy link

@vercel vercel bot commented on 0b8c37b Jun 24, 2021

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.