1.0.4 • Published 8 years ago

awesomeburger v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

FlexHelpers

FlexHelpers allows to you use flexbox on your site without know flex properties.

Benefits

  • You can easily add flexbox display to contenets on your site.
  • Easier positioning elements relative to each other.
  • Faster adjusting the elements.
  • No problems with setting margins.

Table of contents

Requirements

  1. Need to use SASS in your Project.

Installation

  1. Download flex-helpers from Github or using npm:
npm install flex-helpers
  1. Add flex-helpers file to your sass files and compile project.
@import "node_modules/flex-helpers/flex-helpers";

Using helpers

When You want use helpers, You should include to your element style, one of helper features.

@include 'feature';
EXAMPLE:
.content {
    @include helper--flex--left--center;
 }
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago