Sha256: 346c6642d944b856eae576fcaa22777516872c243ba885053bbc3b2de6e43c0f

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

// Susy Next Settings
// ==================

// Susy Defaults
// -------------
// - PRIVATE: DONT'T TOUCH
$susy-defaults: map-merge($susy-defaults, (
  container: auto,
  last-flow: to,
  layout-math: fluid,
  layout-method: float,
  flow: ltr,
  box-sizing: false,
  container-position: center,
  gutter-position: after,
  show-grids: show,
));

// Valid Keyword Values
// --------------------
// - PRIVATE: DONT'T TOUCH
$susy-keywords: (
  container: auto,
  layout-math: static fluid,
  layout-method: isolate float,
  container-position: left center right,
  flow: ltr rtl,
  show-grids: show hide show-columns show-baseline,
  gutter-position: before after split inside inside-static no-gutters,
  box-sizing: border-box content-box,
  location: first alpha last omega,
  spread: narrow wide wider,
  is-container: container,
);

// User Settings
// -------------
// - Define the $susy variable with a map of your own settings.
// - Set EITHER $column-width OR $container
// - Use $column-width for static layouts
$susy: () !default;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
susy-2.0.0.alpha.5 sass/susy/language/susy/_settings.scss