简单的前后左右控制
Showing
.postcssrc
0 → 100644
less/index.less
0 → 100644
less/mixins.less
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
... | @@ -4,12 +4,21 @@ | ... | @@ -4,12 +4,21 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "start": "parcel index.html", | ||
"build": "parcel build index.html" | |||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git@gitlab2.dui88.com:wawa/wawa-h5.git" | "url": "git@gitlab2.dui88.com:wawa/wawa-h5.git" | ||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "ISC" | "license": "ISC", | ||
"devDependencies": { | |||
"less": "^2.7.3" | |||
}, | |||
"dependencies": { | |||
"autoprefixer": "^7.2.5", | |||
"postcss-modules": "^1.1.0", | |||
"postcss-px2rem": "^0.3.0" | |||
} | |||
} | } |
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment