Skip to content

Commit

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

## Browser compatibility
Expand Down
8 changes: 4 additions & 4 deletions dist/holiday.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
Expand All @@ -10,16 +10,16 @@ Use a better box model (opinionated).
*/

*,
*::before,
*::after {
::before,
::after {
box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
html {
-moz-tab-size: 4;
tab-size: 4;
}
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.6",
"version": "0.9.7",
"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].6" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].7" />
```

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

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

1 comment on commit 515d026

@vercel
Copy link

@vercel vercel bot commented on 515d026 Jun 11, 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.