@marp-team/marpit
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,8 @@ # Change Log | ||
## v0.1.1 - 2018-09-18 | ||
### Fixed | ||
- Fix that `before` option of `ThemeSet.pack` breaks importing another theme ([#71](https://github.com/marp-team/marpit/pull/71), [#72](https://github.com/marp-team/marpit/pull/72)) | ||
## v0.1.0 - 2018-09-14 | ||
@@ -7,0 +13,0 @@ |
@@ -213,3 +213,3 @@ "use strict"; | ||
const before = additionalCSS(opts.before); | ||
const packer = (0, _postcss.default)([before && (css => css.first.before(before)), after && (css => css.last.after(after)), (0, _replace.default)(this), opts.printable && (0, _printable.default)({ | ||
const packer = (0, _postcss.default)([before && (css => css.first.before(before)), after && (css => css.last.after(after)), _rollup.default, (0, _replace.default)(this), opts.printable && (0, _printable.default)({ | ||
width: this.getThemeProp(theme, 'width'), | ||
@@ -216,0 +216,0 @@ height: this.getThemeProp(theme, 'height') |
{ | ||
"name": "@marp-team/marpit", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The skinny framework for creating slide deck from Markdown", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
109089