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
- Host: GitHub
- URL: https://github.com/html-next/flexi-default-styles
- Owner: html-next
- License: mit
- Created: 2017-01-12T18:39:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T15:58:08.000Z (about 6 years ago)
- Last Synced: 2024-04-14T08:59:27.040Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 4.9 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Flexi-default-styles
[](https://greenkeeper.io/)
[](https://badge.fury.io/js/%40html-next%2Fflexi-default-styles)
[](https://travis-ci.org/html-next/flexi-default-styles)
[](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.