@mitsuharu/vivliostyle-theme-iosdc-pamphlet 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/theme.css +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mitsuharu/vivliostyle-theme-iosdc-pamphlet",
|
|
3
3
|
"description": "It is vivliostyle theme for iOSDC Japan pamphlet",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.5",
|
|
5
5
|
"author": "Mitsuharu Emoto <mthr1982@gmail.com>",
|
|
6
6
|
"main": "theme.css",
|
|
7
7
|
"scripts": {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"validate": "vivliostyle-theme-scripts validate"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@vivliostyle/theme-base": "
|
|
16
|
-
"@vivliostyle/theme-techbook": "
|
|
15
|
+
"@vivliostyle/theme-base": "1.0.1",
|
|
16
|
+
"@vivliostyle/theme-techbook": "1.0.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@vivliostyle/cli": "^8.16.0",
|
package/theme.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@import url(
|
|
2
|
-
@import url(
|
|
3
|
-
@import url(
|
|
4
|
-
@import url(
|
|
1
|
+
@import url(../../@vivliostyle/theme-base/theme-all.css);
|
|
2
|
+
@import url(../../@vivliostyle/theme-base/css/lib/prism/base.css);
|
|
3
|
+
@import url(../../@vivliostyle/theme-base/css/lib/prism/theme-okaidia.css);
|
|
4
|
+
@import url(../../@vivliostyle/theme-techbook/theme.css);
|
|
5
5
|
|
|
6
6
|
code[class*=language-],
|
|
7
7
|
pre[class*=language-] {
|