An open API service indexing awesome lists of open source software.

https://github.com/virtuallycreative/allegretto

A fast and lively CSS UI framework for rapid prototyping and wire-framing.
https://github.com/virtuallycreative/allegretto

aoda css-framework css3 flexbox wcag2

Last synced: 5 days ago
JSON representation

A fast and lively CSS UI framework for rapid prototyping and wire-framing.

Awesome Lists containing this project

README

        

# Allegretto

[![NPM](https://nodei.co/npm/allegretto.png?compact=true)](https://npmjs.org/package/allegretto)





[![Build
Status](https://travis-ci.org/VirtuallyCreative/allegretto.svg?branch=master)](https://travis-ci.org/VirtuallyCreative/allegretto)
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/allegretto)

Built for rapid wireframing / prototyping while keeping W.C.A.G. 2 design patterns in mind.

- Fast and lively. With Unpkg CDN goodness.
- Build with Accessability in mind; A.O.D.A / W.C.A.G.
- Great for quick wireframing/prototyping
- A simple 12-Col grid using flexbox
- Easy to extend with your own CSS variables
- Comes with a handful of components & utils
- Expects proper HTML5 semantic markup
- Normalize CSS reset baked in
- No Pre-Processer here, just vanilla CSS-3

## Get started

CDN:

```html

```

npm or yarn:

```bash
npm install allegretto
```

```bash
yarn allegretto
```

### CSS PreProcessor Support (LESS/SASS/STYLUS)

Allegretto is designed using the latest features of CSS-3. Staying true to the notions of *ease-of-use* and
*minimalism*, it doesn't use any CSS pre-processor or overly-complex build process.

---

©2019 Virtually(Creative) | Code released under the [MIT
license](https://raw.githubusercontent.com/VirtuallyCreative/allegretto/master/LICENSE).