5.6.0 • Published 5 years ago

flexiblegs-scss-plus v5.6.0

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

flexiblegs-scss-plus

Flexible Grid System Scss Plus

Install

Settings download

$flexiblegs-method: (
  "css"
  // "bem"
);
$flexiblegs-breakpoint: (
  "xl" : "",
  "lg" : "(max-width: 1024px)",
  "md" : "(max-width: 768px)",
  "sm" : "(max-width: 667px)"
);
$wrap-col: (
  "auto", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
);
$wrap-prop: (
  "table",
  "flexbox",
  "normal",
  "left",
  "center",
  "right",
  "top",
  "middle",
  "bottom",
  "stretch",
  "between",
  "around",
  "baseline",
  "reverse",
  "not-reverse"
);
$col-row: (
  1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
);
$col-width: ();
$col-prop: (
  "hidden",
  "not-hidden",
  "first",
  "not-first",
  "last",
  "not-last"
);
$wrap-gutter: (
  0, 8, 16, 24, 40
);
$wrap-outside: (
  0, 8, 16, 24, 40
);

@import "node_modules/flexiblegs-scss/flexiblegs-scss";
@import "node_modules/flexiblegs-scss-plus/flexiblegs-scss-plus";

npm

$ npm install --save flexiblegs-scss flexiblegs-scss-plus

Build

$ git clone git@github.com:flexiblegs/flexiblegs-scss-plus.git
$ cd flexiblegs-scss-plus
$ npm install
$ npm run build

License

5.6.0

5 years ago

5.5.3

8 years ago

5.5.2

8 years ago

5.5.1

8 years ago

5.5.0

8 years ago

5.4.2

9 years ago

5.4.0

9 years ago

5.3.4

9 years ago