0.1.2 • Published 6 years ago

rest-css v0.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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

Start

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
import 'rest-css'
  • in vue, as long as you can use javacript, you also can inport it.
<template>
    <div id="app"></div>
</template>
<script>
    //import css,package autoly
    import 'rest-css'
    export default { }
</script>
<style>
</style>
  • of course, if you don't like import css in js, also in css to import it;
@import url('../node_modules/rest-css/src/rest.css')

Reference

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago