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

https://github.com/html-next/flexi-default-styles

The styles to match flexi's DSL and layout components
https://github.com/html-next/flexi-default-styles

Last synced: 11 months ago
JSON representation

The styles to match flexi's DSL and layout components

Awesome Lists containing this project

README

          

# Flexi-default-styles

[![Greenkeeper badge](https://badges.greenkeeper.io/html-next/flexi-default-styles.svg)](https://greenkeeper.io/)

[![npm version](https://badge.fury.io/js/%40html-next%2Fflexi-default-styles.svg)](https://badge.fury.io/js/%40html-next%2Fflexi-default-styles)
[![Build Status](https://travis-ci.org/html-next/flexi-default-styles.svg)](https://travis-ci.org/html-next/flexi-default-styles)
[![Code Climate](https://codeclimate.com/github/html-next/flexi-default-styles/badges/gpa.svg)](https://codeclimate.com/github/html-next/flexi-default-styles)

Default styles to match the attributes converted by [flexi-dsl](https://github.com/html-next/flexi-dsl), as well as styles for the [flexi-layouts](https://github.com/html-next/flexi-layouts) components.

https://flexi.readme.io/docs/introduction

### Installation

It is recommended that you manage your flexi addons through [the main flexi addon](https://github.com/html-next/flexi):

```cli
ember install flexi
```

This will provide a prompt to install only the addons you want. Flexi will also maintain
compatibility between addons.

Alternatively install just this package:

```cli
ember instal @html-next/flexi-default-styles
```

Note that that flexi attributes will not be converted into classes without [flexi-dsl](https://github.com/html-next/flexi-dsl).

## Support, Questions, Collaboration

Join the [Ember community on Discord](https://discord.gg/zT3asNS)

## Contributing

- Open an Issue for discussion first if you're unsure a feature/fix is wanted.
- Use descriptive branch names (e.g. `/`)
- Use [Angular Style Commits](https://github.com/angular/angular.js/blob/v1.4.8/CONTRIBUTING.md#commit)

### Commmits

Angular Style commit messages have the full form:

```cli
():


```

But the abbreviated form (below) is acceptable and often preferred.

```cli
():
```

Examples:

- chore(deps): bump deps in package.json and bower.json
- docs(component): document the `fast-action` component

## Thanks

A special thanks goes out to [@ebryn](https://github.com/ebryn) for the
inspiration to pursue a solution for explicit layouts, and [IsleofCode](https://isleofcode.com)
for providing the time to built it.