Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyxb/reset.css
https://github.com/nyxb/reset.css
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nyxb/reset.css
- Owner: nyxb
- Created: 2023-06-11T17:17:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-11T18:42:16.000Z (over 1 year ago)
- Last Synced: 2024-04-25T03:44:18.782Z (9 months ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @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:
```shell
# 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:
```css
@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) License © 2023 [Dennis Ollhoff](https://github.com/nyxb) made with 💚