mobile-reset.css
v1.0.2
Published
resetcss for mobile website
Downloads
10
Readme
Install:
npm install mobile-reset.css --saveUse:
When using with .css、.vue
@import 'mobile-reset.css';
body {
...
}When using with .js、.jsx
import 'mobile-reset.css';
class App {
...
}