Introduction
A utility-first CSS framework packed with classes like
flex,
flex-col,
w-10,
pt-4,
justify-center
and
bg-indigo-500
that can be composed to build any design, directly in your markup.
Even with the same color palette and sizing scale, it's easy to
build the same component with a completely different look in the
next project.
Getting Started
You can directly import the css file in your html using the
following link tag.
<link
href="https://fusion-css.netlify.app/css/index.css"
rel="stylesheet"
/>