From 515d026c41f36a27cd544290a5d3e8e87f8963a9 Mon Sep 17 00:00:00 2001 From: Evgeny Orekhov Date: Fri, 11 Jun 2021 16:03:13 +0300 Subject: [PATCH] 0.9.7 --- README.md | 2 +- dist/holiday.css | 8 ++++---- package-lock.json | 2 +- package.json | 2 +- site/README.md | 2 +- site/_includes/layout.liquid | 2 +- site/template.html | 2 +- site/usage.md | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cf527c8..15df5c4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ See form example: [Bootstrap](https://jsfiddle.net/z16aknfh/3/) vs ## Quick Start ```html - + ``` ## Browser compatibility diff --git a/dist/holiday.css b/dist/holiday.css index c1a2c61..8ff48d1 100644 --- a/dist/holiday.css +++ b/dist/holiday.css @@ -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 @@ -10,8 +10,8 @@ Use a better box model (opinionated). */ *, -*::before, -*::after { +::before, +::after { box-sizing: border-box; } @@ -19,7 +19,7 @@ Use a better box model (opinionated). Use a more readable tab size (opinionated). */ -:root { +html { -moz-tab-size: 4; tab-size: 4; } diff --git a/package-lock.json b/package-lock.json index c0c50a0..3f8f911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "holiday.css", - "version": "0.9.6", + "version": "0.9.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ded21a8..2996401 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/site/README.md b/site/README.md index f689ff0..cbf1599 100644 --- a/site/README.md +++ b/site/README.md @@ -22,7 +22,7 @@ Or you can use it as a base and build upon it. Just add this to your ``: ```html - + ``` ## What makes holiday.css different diff --git a/site/_includes/layout.liquid b/site/_includes/layout.liquid index fd5bd99..ac75e36 100644 --- a/site/_includes/layout.liquid +++ b/site/_includes/layout.liquid @@ -8,7 +8,7 @@ diff --git a/site/usage.md b/site/usage.md index e8dbd82..aa708b4 100644 --- a/site/usage.md +++ b/site/usage.md @@ -8,7 +8,7 @@ layout: layout Have an existing web page? Add this to your ``: ```html - + ``` Starting afresh? Use [Quickstart Template]({{ "/template/" | url }}).