Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsjavi/windy-normalize
🪽 A modern CSS reset, based on Tailwind 3.x CSS Preflight and modern-normalize.css
https://github.com/itsjavi/windy-normalize
css-reset modern-css normalize-css preflight tailwind tailwindcss
Last synced: 17 days ago
JSON representation
🪽 A modern CSS reset, based on Tailwind 3.x CSS Preflight and modern-normalize.css
- Host: GitHub
- URL: https://github.com/itsjavi/windy-normalize
- Owner: itsjavi
- License: mit
- Created: 2023-03-11T17:55:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T21:14:49.000Z (10 months ago)
- Last Synced: 2024-11-08T12:43:52.480Z (2 months ago)
- Topics: css-reset, modern-css, normalize-css, preflight, tailwind, tailwindcss
- Language: CSS
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# windy-normalize 🪽
A modern CSS reset, based on [Tailwind 3.4 Preflight](https://unpkg.com/[email protected]/src/css/preflight.css) and [modern-normalize.css](https://raw.githubusercontent.com/sindresorhus/modern-normalize/main/modern-normalize.css), with placeholder CSS variables.## Getting started
Right now there is no npm package for this repository, you can just copy the `windy-normalize.css`
in your project and import it in your main layout, before any other styles.Example (via Github):
```html
```
You can also use it directly via `jsDelivr`: https://cdn.jsdelivr.net/gh/itsjavi/windy-normalize@main/windy-normalize.css
## Extra Styles
Some extra styles are included for easier customization, and to support even more modern HTML features.
- Placeholder CSS variables that can be overriden by other stylesheets (`--colors-border`, `--font-family-sans`, and `--font-family-mono`).
- Styles for elements with `[inert]` and `[popover]` attributes, for older browsers.