An open API service indexing awesome lists of open source software.

https://github.com/2ue/rest-css

A rest css style list that you can use it in javascript and css。
https://github.com/2ue/rest-css

css normalize rest

Last synced: 24 days ago
JSON representation

A rest css style list that you can use it in javascript and css。

Awesome Lists containing this project

README

          


Version
Downloads
License

> a css file, you can import it anywhere that use the javascript.

## Start
``` shell
npm i --save rest-css
```

## Use
> you can use it in javascript(maybe vue, react, angluar, etc) directly, as long as you can use javascript. but you sholud keep it importing before all other css files;
- in javascript file
``` javascript
import 'rest-css'
```
- in vue, as long as you can use javacript, you also can inport it.
``` vue

//import css,package autoly
import 'rest-css'
export default { }

```
- of course, if you don't like import css in js, also in css to import it;
``` css
@import url('../node_modules/rest-css/src/rest.css')
```
## Reference
- [-webkit-text-size-adjust](http://blog.csdn.net/mxy2013/article/details/49813331)