1.0.2 • Published 9 months ago

style-resetter v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months 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

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago