Skip to content

Commit

Permalink
Update for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Dec 2, 2016
1 parent 599e894 commit ea3308e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

> Modern framework to print correctly
[![npm (scoped)](https://img.shields.io/npm/v/gutenberg-css.svg?style=flat-square)](https://www.npmjs.com/package/gutenberg-css)

# How to use

Simply include the right stylesheet(s) in your html an load it only for a printer.
Expand All @@ -23,8 +25,8 @@ Example with Gutenberg and "old style" theme :
You can also use the unpkg service as a *CDN*.

```HTML
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.2.0/dist/gutenberg.min.css" media="print">
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.2.0/dist/themes/oldstyle.min.css" media="print">
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.3.0" media="print">
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.3.0/dist/themes/oldstyle.min.css" media="print">
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-css",
"version": "0.3.0-beta",
"version": "0.3.0",
"description": "Print your web pages with style",
"main": "scss/gutenberg.scss",
"browser": "dist/gutenberg.min.css",
Expand Down

0 comments on commit ea3308e

Please sign in to comment.