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 optional parameters to grid mixins for more flexibility #6230

Closed
wants to merge 6 commits into from

Commits on Dec 11, 2012

  1. [grid-params] Add @cols parameter to "#grid > .core" to allow an arbi…

    …trary number of columns. Defaults to the value of @gridColumns to preserve current functionality.
    chimericdream committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    6ffc6ac View commit details
    Browse the repository at this point in the history
  2. [grid-params] Add @cols parameter to "#grid > .fluid" to allow an arb…

    …itrary number of columns. Defaults to the value of @gridColumns to preserve current functionality.
    chimericdream committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    3c549a8 View commit details
    Browse the repository at this point in the history
  3. [grid-params] Add @cols parameter to "#grid > .input" to allow an arb…

    …itrary number of columns. Defaults to the value of @gridColumns to preserve current functionality.
    chimericdream committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    312a0ff View commit details
    Browse the repository at this point in the history
  4. [grid-params] Add @gutterWidth parameter to .makeRow() to allow for d…

    …ifferent grid sizes (e.g. in responsive layouts). Defaults to the value of @gridGutterWidth to preserve current functionality.
    chimericdream committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    7eb4c38 View commit details
    Browse the repository at this point in the history
  5. [grid-params] Add @columnWidth and @gutterWidth parameters to .makeCo…

    …lumn() to allow for different grid sizes (e.g. in responsive layouts). Defaults to the values of @gridColumnWidth and @gridGutterWidth, respectively, to preserve current functionality.
    chimericdream committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    daf5000 View commit details
    Browse the repository at this point in the history
  6. [grid-params] Add @columnWidth and @gutterWidth parameters to .tableC…

    …olumns() to allow for different grid sizes (e.g. in responsive layouts). Defaults to the values of @gridColumnWidth and @gridGutterWidth, respectively, to preserve current functionality.
    chimericdream committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    e3caa33 View commit details
    Browse the repository at this point in the history