Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-the-programmer committed Apr 9, 2024
1 parent 50599d7 commit 0cd1f1f
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
<section align="center">

<img src="svg/logo.svg">

<hr>

</section>
![Logo](svg/logo.svg)

SuperCSS is a utility CSS framework for tailwind-like design and speed of development.

# Usage
With _no configuration needed_, just add this to your `<head>` tag...

<section align="center">
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/the-supercss-project/supercss/dist/output.css" />
```

<code>
<pre>
<code class="language-css">
<span class="token punctuation">&lt;</span>link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/the-supercss-project/supercss/dist/output.css"<span class="token punctuation">&gt;</span>
</code>
</pre>
</code>
# Performance and Minification
Unlike Tailwind, it does not include minification of unused classes directly. You should improve performance by downloading our stylesheets and using a 3rd party tool like [**PurgeCSS**](https://www.npmjs.com/package/purgecss).

0 comments on commit 0cd1f1f

Please sign in to comment.