@dmkishi/css-reset
v1.2.2
Published
DM Kishi's custom CSS reset
Downloads
260
Readme
CSS Reset
Install
pnpm add @dmkishi/css-reset
npm install @dmkishi/css-resetUsage
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 && 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.
Changelog
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:
