Skip to content

Simple CSS reset(958 B bytes gzipped)

License

Notifications You must be signed in to change notification settings

yliaho/nanoreset

 
 

Repository files navigation

nanoreset
Simple CSS reset(958 B bytes)



Built with ❤︎ by Tiaan and contributors

Table of Contents

Table of Contents
  • About
  • Install
  • Demo
  • Others
  • Contribute
  • License
  • About

    Nanoreset is an simple CSS reset intented to be lightweight while still providing an a solid base for your project. It differs from other similar projects in that it is subjective to my use cases and preferences.

    Install

    With package manager:

    $ npm install --save nanoreset
    # OR
    $ yarn add nanoreset
    

    With CDN:

    In your html

    <link rel="stylesheet" href="https://cdn.rawgit.com/tiaanduplessis/nanoreset/master/nanoreset.min.css">
    <!-- Or -->
    <link rel="stylesheet" href="https://unpkg.com/nanoreset/nanoreset.min.css">

    or directly in your css

    @import url('https://unpkg.com/nanoreset/nanoreset.min.css')

    Demo

    Checkout the demo using HTML5 Test Page.

    Others

    Some other great options:

    Contribute

    Contributions are welcome. Please open up an issue or create PR if you would like to help out.

    Note: If editing the README, please conform to the standard-readme specification.

    License

    Licensed under the MIT License.

    About

    Simple CSS reset(958 B bytes gzipped)

    Resources

    License

    Stars

    Watchers

    Forks

    Packages

    No packages published

    Languages

    • CSS 100.0%