Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
Guarded header comment so that it’s output in all stylesheets
Browse files Browse the repository at this point in the history
to make it a little bit easier for DAISY WordToEPUB
  • Loading branch information
JayPanoz committed Mar 13, 2020
1 parent 77c6ad4 commit 1da3872
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 23 deletions.
6 changes: 6 additions & 0 deletions Blitz_framework/CSS/AltStylesheets/blitz-lite/blitz-lite.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
@charset "UTF-8";
/*!
Blitz — CSS framework for reflowable eBooks
Version 1.5.2 by Jiminy Panoz
Codename: Cool Under Heat
License: MIT (https://opensource.org/licenses/MIT)
*/
@namespace h "http://www.w3.org/1999/xhtml/";
@namespace epub "http://www.idpf.org/2007/ops";
address,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*!
Blitz — CSS framework for reflowable eBooks
Version 1.5.2 by Jiminy Panoz
Codename: Cool Under Heat
License: MIT (https://opensource.org/licenses/MIT)
*/
address,
article,
aside,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Blitz_framework/CSS/AltStylesheets/blitz.uncommented.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
@charset "UTF-8";
/*!
Blitz — CSS framework for reflowable eBooks
Version 1.5.2 by Jiminy Panoz
Codename: Cool Under Heat
License: MIT (https://opensource.org/licenses/MIT)
*/
@namespace h "http://www.w3.org/1999/xhtml/";
@namespace epub "http://www.idpf.org/2007/ops";
@namespace m "http://www.w3.org/1998/Math/MathML/";
Expand Down
10 changes: 6 additions & 4 deletions Blitz_framework/CSS/blitz.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@charset "UTF-8";
/* blitz — CSS framework for reflowable eBooks
Version 1.5.1 by Jiminy Panoz
Codename: The Equaliser
License: MIT (https://opensource.org/licenses/MIT) */
/*!
Blitz — CSS framework for reflowable eBooks
Version 1.5.2 by Jiminy Panoz
Codename: Cool Under Heat
License: MIT (https://opensource.org/licenses/MIT)
*/
/* NAMESPACES */
@namespace h "http://www.w3.org/1999/xhtml/";
@namespace epub "http://www.idpf.org/2007/ops";
Expand Down
10 changes: 6 additions & 4 deletions Blitz_framework/LESS/blitz-lite.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@charset "UTF-8";

/* blitz — CSS framework for reflowable eBooks
Version 1.5.1 by Jiminy Panoz
Codename: The Equaliser
License: MIT (https://opensource.org/licenses/MIT) */
/*!
Blitz — CSS framework for reflowable eBooks
Version 1.5.2 by Jiminy Panoz
Codename: Cool Under Heat
License: MIT (https://opensource.org/licenses/MIT)
*/


/* NAMESPACES */
Expand Down
10 changes: 6 additions & 4 deletions Blitz_framework/LESS/blitz-reset.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/* blitz — CSS framework for reflowable eBooks
Version 1.5.1 by Jiminy Panoz
Codename: The Equaliser
License: MIT (https://opensource.org/licenses/MIT) */
/*!
Blitz — CSS framework for reflowable eBooks
Version 1.5.2 by Jiminy Panoz
Codename: Cool Under Heat
License: MIT (https://opensource.org/licenses/MIT)
*/

@import 'core/variables';
@import 'core/kindle-queries';
Expand Down
10 changes: 6 additions & 4 deletions Blitz_framework/LESS/blitz.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@charset "UTF-8";

/* blitz — CSS framework for reflowable eBooks
Version 1.5.1 by Jiminy Panoz
Codename: The Equaliser
License: MIT (https://opensource.org/licenses/MIT) */
/*!
Blitz — CSS framework for reflowable eBooks
Version 1.5.2 by Jiminy Panoz
Codename: Cool Under Heat
License: MIT (https://opensource.org/licenses/MIT)
*/


/* NAMESPACES */
Expand Down
Binary file modified Blitz_template/Blitz_epub3.epub
Binary file not shown.
10 changes: 6 additions & 4 deletions Blitz_template/Blitz_epub3/OEBPS/Styles/blitz.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@charset "UTF-8";
/* blitz — CSS framework for reflowable eBooks
Version 1.5.1 by Jiminy Panoz
Codename: The Equaliser
License: MIT (https://opensource.org/licenses/MIT) */
/*!
Blitz — CSS framework for reflowable eBooks
Version 1.5.2 by Jiminy Panoz
Codename: Cool Under Heat
License: MIT (https://opensource.org/licenses/MIT)
*/
/* NAMESPACES */
@namespace h "http://www.w3.org/1999/xhtml/";
@namespace epub "http://www.idpf.org/2007/ops";
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ A library of custom elements almost happened after successful initial testing, b

## Log

### 1.5.2

- Guarded header comment so that it’s output in all stylesheets (to make it a little bit easier for [DAISY WordToEPUB](https://daisy.org/activities/software/wordtoepub/))

### 1.5.1

- Created a `.line-through` static mixin in utilities
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blitz-ebook",
"description": "A CSS Framework for ebooks",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "https://github.com/FriendsOfEpub/Blitz",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 1da3872

Please sign in to comment.