Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the moz-box #38

Open
wants to merge 40 commits into
base: compass
Choose a base branch
from
Open

Add the moz-box #38

wants to merge 40 commits into from

Commits on Jul 20, 2013

  1. Shorthand Cleanup

    mastastealth committed Jul 20, 2013
    Configuration menu
    Copy the full SHA
    4e4b90a View commit details
    Browse the repository at this point in the history
  2. Readme adjusted

    mastastealth committed Jul 20, 2013
    Configuration menu
    Copy the full SHA
    1355384 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2013

  1. Configuration menu
    Copy the full SHA
    219842e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2013

  1. Add fallback for justify-content(space-between)

    This includes the "justify" property for Legacy and Microsoft flexbox syntax.
    jeffkamo committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    a77903f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from Sladex/patch-1

    flex-grow for old webkit syntax (Android Browser)
    mastastealth committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    7f9543a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from jeffkamo/master

    Add fallback for justify-content(space-between)
    mastastealth committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    67da425 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2013

  1. Mixin defaults ...

    Changes:
    
    1. SCSS test file.
    2. Added `.sass-cache*` to `.gitignore`.
    3. Added mixin default args.
    4. Cleaned up comments (wrapping to 72 characters).
    5. Added property descriptions.
    6. Added link to W3.org docs.
    7. Slighty modified logic for a few `@if ...` directives.
    mhulse committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    c016b11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from mhulse/patch-defaults

    Mixin defaults ...
    mastastealth committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    8586bcc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2014

  1. Change flexbox and inline-flex to a class

    Changing flexbox and inline-flex from a mixin to a class should produce less CSS when compiled.
    tjFogarty committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    e95e07f View commit details
    Browse the repository at this point in the history
  2. Update tests.scss to reflect core changes

    Using @extend rather than calling a mixin.
    tjFogarty committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    084957b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2014

  1. Merge pull request #8 from tjFogarty/master

    Updated to produce less CSS when compiled
    mastastealth committed Jan 10, 2014
    10 Configuration menu
    Copy the full SHA
    b3a8cb1 View commit details
    Browse the repository at this point in the history
  2. Placeholder + Mixin Harmony

    Revert to mixins, but add placeholders too.
    mastastealth committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    8f6698e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2014

  1. Configuration menu
    Copy the full SHA
    551dc9f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

  1. Merge pull request #9 from paradox41/patch-1

    Fixed the reference url for flex-basis
    mastastealth committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    1afa4a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2014

  1. Check if the argument passed to flex() is a list and return the right…

    … value for -webkit-box-flex. Fixes #10.
    kpeatt committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    05773cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from kpeatt/master

    Check if the argument passed to flex() is a list and return the right value. Fixes #10.
    mastastealth committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    b0ceb37 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2014

  1. Update @mixin flex() to accomodate box-flex

    So the previous pull request #11 was actually broken.
    
    The output of `@mixin flex()` when given a list wasn't filling out all the properties correctly.
    
    This PR should fix that, and ensure that all box-flex properties are filled out appropriately too!
    
    Now both, for example, `@include flex(10, 5, 100px)` and `@include flex(10 5 100px)` work!
    jeffkamo committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    7543277 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2014

  1. Merge pull request #12 from jeffkamo/patch-1

    Update @mixin flex() to accomodate box-flex
    mastastealth committed Mar 18, 2014
    Configuration menu
    Copy the full SHA
    f87ef7f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

  1. justify content: space-around IE10 fix

    IE10 uses the (as far as I could find) undocumented -ms-flex-pack: distribute; for the space-around value. Could find no similar implementation of the old flexbox spec by other vendors.
    renzos42 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    a6716d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from guanche/patch-1

    justify-content: space-around IE10 fix
    mastastealth committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    6157bef View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

  1. Simpler aliasing

    Fixes #15
    Fixes #16
    mastastealth committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    43d947a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Added bower.json file.

    Note: You will have to make a tag/release that matches the version number in this bower.json file. For discussion, see #17.
    mhulse committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    9d252ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from mhulse/patch-1

    Added bower.json file.
    mastastealth committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    ef4a136 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Fixes #19 - License Info

    mastastealth committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    3d02ac2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2015

  1. Added package.json for npm

    Michiel Sikma committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    d8046ef View commit details
    Browse the repository at this point in the history
  2. Put the proper author name in the package.json

    Michiel Sikma committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    2192f9e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. Merge pull request #20 from msikma/master

    Add package.json for publication on NPM
    mastastealth committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    03b2ac9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. added quotes to license MIT

    mhretab committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    1cdef0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mhretab/patch-1

    added quotes to license MIT
    mhretab committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    2fb22d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2015

  1. Merge pull request #22 from mhretab/patch-1

    added quotes to license MIT
    mastastealth committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    d8fb9f9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    get master merges
    mhretab committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    acb6ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4da9f6f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. Prefix it!

    Fixes #24
    mastastealth committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    09aadad View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Bower Updates

    mastastealth committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    b6a30f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Added sass field to package.json

    Compatibility with [npm-sass](https://github.com/lennym/npm-sass)
    amiuhle committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    71ebfaf View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Merge pull request #29 from amiuhle/patch-1

    Added `sass` field to package.json
    mastastealth committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    b7e8e70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from mhretab/master

    Added bower installation guide
    mastastealth committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    4e2df66 View commit details
    Browse the repository at this point in the history
  3. Version Tweaks

    + keywords
    mastastealth committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    f6e9b3f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. Revert Rename

    mastastealth committed May 12, 2016
    Configuration menu
    Copy the full SHA
    a4d4b5d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Unmaintained

    mastastealth committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    f5775cc View commit details
    Browse the repository at this point in the history