| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,6 +47,7 @@ node_modules | |||
| 47 | 47 | screenshots | |
| 48 | 48 | ||
| 49 | 49 | common/conf/assets | |
| 50 | + atomic-map.json | ||
| 50 | 51 | ||
| 51 | 52 | dev/gems | |
| 52 | 53 | dev/casperjs | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -85,7 +85,7 @@ | |||
| 85 | 85 | "phantomjs-prebuilt": "^2.1.7", | |
| 86 | 86 | "pify": "^2.3.0", | |
| 87 | 87 | "postcss": "^5.0.21", | |
| 88 | - "postcss-atomised": "^0.2.0-alpha.3", | ||
| 88 | + "postcss-atomised": "^0.3.1", | ||
| 89 | 89 | "postcss-pxtorem": "^3.3.1", | |
| 90 | 90 | "postcss-reporter": "^1.4.1", | |
| 91 | 91 | "require-dir": "^0.3.0", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,7 +72,7 @@ pGlob(`${src}/**/*.scss`) | |||
| 72 | 72 | // atomise it | |
| 73 | 73 | .then(cleaned => postcss([ | |
| 74 | 74 | atomised({ | |
| 75 | - json: `${conf}/atomic-class-map.json` | ||
| 75 | + jsonPath: `${conf}/atomic-class-map.json` | ||
| 76 | 76 | }), | |
| 77 | 77 | reporter() | |
| 78 | 78 | ]).process(cleaned)) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments