/nanoreset

Simple CSS reset(958 B bytes gzipped)

Primary LanguageCSSMIT LicenseMIT

nanoreset
Simple CSS reset(958 B bytes)

Package version Downloads Standard Travis Build License PRs Greenkeeper

Github Watch Badge Github Star Badge Tweet

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.