Skip to content

Commit

Permalink
[docs] Add logo to the README (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal authored Jun 4, 2024
1 parent ab5aabb commit 14afee1
Showing 1 changed file with 13 additions and 3 deletions.
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

0 comments on commit 14afee1

Please sign in to comment.