Home
Feo.css is a small CSS library (<5kB) that gives you a good starting point on any project. It provides you with sensible defaults for standard HTML elements, and some CSS classes around layout patterns and simple utility classes. A solid CSS foundation and architecture speeds up everything. Feo.css provides that.
How to use it
Use the unpkg.com CDN directly in your head
of your HTML page:
<link rel="stylesheet" href="https://unpkg.com/feo-css/feo.min.css">
Import it in your (S)CSS:
@import "https://unpkg.com/feo-css/feo.min.css";
Or install it via NPM using your package manager of choice. From here you can import the feo.min.css
fiel in your main CSS file using a local path.
npm install feo-css
yarn add feo-css