Skip to content

joellesenne/modern.css

Repository files navigation

modern.css

A modern CSS for your project

Demo

Installation

npm install --save-dev @joellesenne/modern.css

# or  
pnpm install -D @joellesenne/modern.css

# or
yarn add @joellesenne/modern.css

Usage

import modern.css from "@joellesenne/modern.css"

or

Unpkg CDN:

<link rel="stylesheet" href="https://unpkg.com/@joellesenne/modern.css" />

jsDelivr CDN:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@joellesenne/modern.css" />

If you'd like the font Inter as well (recommended), add this line as well:

<link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css">

Author

👤 Joël Lesenne

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

Become a patron

📝 License

Copyright © 2025 Joël Lesenne.
This project is MIT licensed.

Acknowledgments