fortune-css

0.1.1 • Public • Published

🔮 Fortune

Your friendly CSS framework.

Fortune helps prototype sites by providing a set of non-blocking utilities and basic components.

  • ⚡️ Light-weight at < 10kb gzipped
  • ⛔️ No preprocessor required
  • 📐 Easy CSS grids & flexbox
  • 🌈 Customizable CSS variables

To load Fortune via CDN, add this to your <head>:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fortune.css/dist/fortune.min.css">

To theme your site or components, modify :root, :scope or .class in your CSS:

:root {
  --font-family: 'Roboto', sans-serif;
  --headings-font-family: 'Roboto', sans-serif;
  --container-width: 125em;
  --column-gutter: 4rem;
}

Dependents (1)

Package Sidebar

Install

npm i fortune-css

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

194 kB

Total Files

34

Last publish

Collaborators

  • atav1k
  • chasestarr