1.0.2 • Published 2 years ago

style-resetter v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

style-resetter Package

Overview

The style-resetter package is a module designed to provide a clean slate for consistent and predictable styling in web projects. By using this package, you can reset all initial styles applied by browsers, ensuring a level playing field for your custom styles across different browsers and devices.

Installation

To start using style-resetter, install the package via npm:

npm install style-resetter

Usage

After installing the package, simply import it at the top of your main JavaScript or TypeScript file:

import "style-resetter";

Once imported, the style-resetter will neutralize default styles, providing you with a consistent foundation for your project's styling.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago