简单的前后左右控制
Showing
.postcssrc
0 → 100644
less/index.less
0 → 100644
less/mixins.less
0 → 100644
package-lock.json
0 → 100644
... | ... | @@ -4,12 +4,21 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "parcel index.html", | ||
"build": "parcel build index.html" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab2.dui88.com:wawa/wawa-h5.git" | ||
}, | ||
"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
Please register or sign in to comment