Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Sep 6, 2020
1 parent 0956514 commit cb2077d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions dist/gutenberg.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,12 +547,17 @@ acronym[title]:after {
content: " (" attr(title) ")"; }

.page-break,
.break-before,
.page-break-before {
page-break-before: always; }

.break-after,
.page-break-after {
page-break-after: always; }

.avoid-break-inside {
page-break-inside: avoid; }

.no-print {
display: none; }

Expand Down
2 changes: 1 addition & 1 deletion dist/gutenberg.min.css

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": "gutenberg-css",
"version": "0.6.0",
"version": "0.6.1",
"description": "Print your web pages with style",
"main": "scss/gutenberg.scss",
"browser": "dist/gutenberg.min.css",
Expand Down

0 comments on commit cb2077d

Please sign in to comment.