Skip to content

sam-the-programmer/supercss

Repository files navigation

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...

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

Performance and Minification

Unlike Tailwind, it does not include minification and removal of unused classes directly. You should improve performance by downloading our stylesheets and using a 3rd party tool like PurgeCSS.