Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add logo to the README #121

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
<!-- markdownlint-disable-next-line -->
<p align="center">
<a href="https://mui.com/system/getting-started/" rel="noopener" target="_blank"><img width="150" height="133" src="https://mui.com/static/logo.svg" alt="Pigment CSS logo"></a>
<a href="https://mui.com/blog/introducing-pigment-css/" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://master--material-ui.netlify.app/static/pigment-css/pigment-css-logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://master--material-ui.netlify.app/static/pigment-css/pigment-css-logo-light.svg">
<img alt="Pigment CSS" src="https://master--material-ui.netlify.app/static/pigment-css/pigment-css-logo-light.svg" width="324" height="57">
</picture>
</a>
</p>

<h1 align="center">Pigment CSS</h1>

<p align="center">
Pigment CSS is a zero-runtime CSS-in-JS library that extracts the colocated styles to their own CSS files at build time.
</p>

<div align="center">

Expand All @@ -23,6 +29,10 @@ Pigment CSS is a zero-runtime CSS-in-JS library that extracts the colocated sty

</div>

---

# Documentation

- [Getting started](#getting-started)
- [Why this project exists?](#why-choose-pigmentcss)
- [Start with Next.js](#start-with-nextjs)
Expand Down
Loading