@html-next/flexi-default-styles

Just a layout framework. Design for cross-platform with ease.

Usage no npm install needed!

<script type="module">
  import htmlNextFlexiDefaultStyles from 'https://cdn.skypack.dev/@html-next/flexi-default-styles';
</script>

README

Flexi-default-styles

Greenkeeper badge

npm version Build Status Code Climate

Default styles to match the attributes converted by flexi-dsl, as well as styles for the flexi-layouts components.

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

Installation

It is recommended that you manage your flexi addons through the main flexi addon:

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:

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

Note that that flexi attributes will not be converted into classes without flexi-dsl.

Support, Questions, Collaboration

Join the Ember community on Discord

Contributing

  • Open an Issue for discussion first if you're unsure a feature/fix is wanted.
  • Use descriptive branch names (e.g. <type>/<short-description>)
  • Use Angular Style Commits

Commmits

Angular Style commit messages have the full form:

<type>(<scope>): <title>

<body>

<footer>

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

<type>(<scope>): <title>

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 for the inspiration to pursue a solution for explicit layouts, and IsleofCode for providing the time to built it.