Skip to content

Commit 11bcab1

Browse files
committed
1.0.0-alpha-7
1 parent 34d005d commit 11bcab1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
8+
## [1.0.0-alpha-7](https://github.com/ungoldman/style.css/releases/v1.0.0-alpha-7) - 2016-10-08
9+
10+
[view diff](https://github.com/ungoldman/style.css/compare/v1.0.0-alpha-6...v1.0.0-alpha-7)
911

1012
### Fixes
1113

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "style.css",
33
"description": "Classless stylesheet for markdown documents.",
4-
"version": "1.0.0-alpha-6",
4+
"version": "1.0.0-alpha-7",
55
"author": "Nate Goldman <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/ungoldman/style.css/issues"

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! style.css v1.0.0-alpha-4 | ISC License | https://github.com/ungoldman/style.css */
1+
/*! style.css v1.0.0-alpha-7 | ISC License | https://github.com/ungoldman/style.css */
22
html {
33
font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "segoe ui", "fira sans", roboto, noto, "droid sans", "liberation sans", "lucida grande", "helvetica neue", helvetica, "franklin gothic medium", "century gothic", cantarell, oxygen, ubuntu, sans-serif;
44
font-size: calc(16px + 0.25vw);

0 commit comments

Comments
 (0)