0.1.4 • Published 6 years ago

fortune.css v0.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

🔮 Fortune

Your friendly CSS framework.

npm.io

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;
}
0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.0.1-security

6 years ago