0.0.6 • Published 11 months ago

@nyxb/reset.css v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@nyxb/reset.css

🔄 A simple and lightweight CSS reset package to normalize default browser styles.

This package provides a reliable way to clear out the varying default styles of browsers and establish a consistent foundation for styling web pages. It removes unnecessary spacing, adds box-sizing rules, and addresses other CSS aspects to ensure that your web page displays consistently across different browsers.

🚀 Installation:

# nyxi
nyxi @nyxb/reset.css

# pnpm
pnpm add @nyxb/reset.css

# npm
npm i @nyxb/reset.css

# yarn
yarn add @nyxb/reset.css

📚 Usage

After installation, you can easily use the reset CSS in your Next.js application or other web projects. Import the CSS file in your stylesheet or global CSS file:

@import '@nyxb/reset.css';

Make sure to provide the correct path to the CSS file in your npm package.

🤝 Contributions and Feedback

Contributions and feedback are welcome! If you've found a bug, have a suggestion, or would like to contribute to the development of the package, feel free to create an issue or submit a pull request on the project's GitHub page.

📜 LICENSE

MIT License © 2023 Dennis Ollhoff made with 💚

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.1

11 months ago