1.0.1 • Published 3 years ago

aura.css v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

why aura.css?

  • Great for rapid prototyping. No need to set up stylesheets.
  • Cleaner look with no classes.
  • Responsive.
  • No need to remember class names. Let aura.css do the work!
  • Tiny size (~9.5kB)

Demo:

A live demo is available here.

The demo showcases the following:

  • Responsiveness
  • Typography
  • Lists
  • Code blocks
  • Images
  • Forms
  • Tables

Installation:

Through a CDN:

Add this to your <head>:

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

Alternatively, you can also use unpkg as your CDN:

<link rel="stylesheet" href="https://unpkg.com/aura.css@1.0.0/main.css" />

Manually:

  1. Download aura.css.
  2. Link the stylesheet to your webpage:
<link rel="stylesheet" href="aura.css" type="text/css">

License:

aura.css is licensed under the MIT License.

Acknowledgements:

aura.css is built on top of tacit.css.