1.0.3 • Published 7 years ago

reset-this v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

reset-this

SCSS to reset element style to default based on webkit css user-agent value.

Installation

    $ npm install reset-this

Usage

    @import 'reset-this';
    
    # Include inside the section that you like to reset
    @include reset-this;
    
    # You can override the default adding the rules bettween {}
    @include reset-this { background: blue };

Contributors

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago