@times-stories/page
Advanced tools
| .page { | ||
| position: absolute; | ||
| top: 0; | ||
| left: 0; | ||
| width: 100%; | ||
| height: 100%; | ||
| z-index: 1; | ||
| &.withAnimations { | ||
| transition: opacity 0.4s ease; | ||
| } | ||
| } |
+4
-3
| { | ||
| "name": "@times-stories/page", | ||
| "version": "1.0.6", | ||
| "version": "1.0.7", | ||
| "main": "lib/index.js", | ||
@@ -9,3 +9,3 @@ "module": "lib/index.js", | ||
| "lint": "eslint .", | ||
| "build": "babel src --out-dir lib" | ||
| "build": "babel src --out-dir lib && cp src/style.scss lib" | ||
| }, | ||
@@ -16,2 +16,3 @@ "publishConfig": { | ||
| "dependencies": { | ||
| "@times-stories/context": "^1.0.6", | ||
| "react": "^16.6.1", | ||
@@ -26,3 +27,3 @@ "react-dom": "^16.6.1" | ||
| }, | ||
| "gitHead": "eab2c93feda8daf0f77da24ecc71ca00aec5efe8" | ||
| "gitHead": "cb0ec4f416a197d7bdef2869afc74ae3558ca93d" | ||
| } |
3723
6.4%5
25%3
50%+ Added