fundamend.css
fundamend.css is a CSS framework used by the fundamend.dev ecosystem.
Installation
Use your favorite Node.js package manager, for example npm, like so:
npm install --save-dev @fundamend/css
... or yarn, like so:
yarn add --dev @fundamend/css
Usage
In your stylesheet, import fundamend.css, like so:
@import '@fundamend/css';