Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
EvgenyOrekhov committed Jun 18, 2020
1 parent ae2a958 commit b9b3536
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/holiday.css@0.7.5" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.8.0" />
```

## Browser compatibility
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.7.5",
"version": "0.8.0",
"description": "A classless CSS theme",
"main": "dist/holiday.css",
"style": "dist/holiday.css",
2 changes: 1 addition & 1 deletion site/README.md
Original file line number Diff line number Diff line change
@@ -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/holiday.css@0.7.5" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.8.0" />
```

## What makes holiday.css different
2 changes: 1 addition & 1 deletion site/_includes/layout.liquid
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/holiday.css@0.7.5"
href="https://cdn.jsdelivr.net/npm/holiday.css@0.8.0"
/>
</head>

2 changes: 1 addition & 1 deletion site/template.html
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/holiday.css@0.7.5"
href="https://cdn.jsdelivr.net/npm/holiday.css@0.8.0"
/>
</head>

2 changes: 1 addition & 1 deletion site/usage.md
Original file line number Diff line number Diff line change
@@ -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/holiday.css@0.7.5" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.8.0" />
```

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

0 comments on commit b9b3536

Please sign in to comment.