@dmkishi/css-reset
v1.3.1
Published
DM Kishi's custom CSS reset
Downloads
55
Readme
CSS Reset
Install
Add this package to your project
pnpm add @dmkishi/css-reset
npm install @dmkishi/css-resetAdd this reset to your CSS
CSS imports from node_modules requires a bundler such as Vite or
postcss-import.
@import '@dmkishi/css-reset/dist/reset.css' layer(reset);Develop
- Install:
git clone https://github.com/dmkishi/css-reset.git cd css-reset pnpm install - Edit and lint with
pnpm lint - Update version numbers and changelog and commit.
- Publish:
git push && pnpm publish- Both actions run the linter and builder as necessary.
- If you are not logged in,
pnpm login
Changelog
v1.3.1 (2026-5-1)
- Improve README.
v1.3.0 (2026-5-1)
- Add padding reset to
<ul>. - Improve README.
v1.2.2 (2026-4-4)
- Fix usage example in README.
- Remove
<ol>reset.
v1.2.1 (2026-4-3)
- Set publishConfig access to public for scoped package.
v1.2.0 (2026-4-3)
- Add preserve comment w/ project name, version, and link to reset CSS.
- Switch to PNPM.
- Improve README.
v1.1.1 (2025-3-30)
- Fix missing "description" property.
v1.1.0 (2025-3-30)
- Add rule for
<address>. - Add support for NPM.
v1.0.0 (2025-3-28)
- Initial release.
Acknowledgments
Taken from:
