Sha256: f0bc160d1030a14e5fdeb9ad714b3fc379756ec3f553ece0c62efacab65839d5

Contents?: true

Size: 750 Bytes

Versions: 24

Compression:

Stored size: 750 Bytes

Contents

@import "shared";

// Webkit, IE10 and future support for [CSS Regions](http://dev.w3.org/csswg/css3-regions/)
//
// $target is a value you use to link two regions of your css. Give the source of your content the flow-into property, and give your target container the flow-from property.
//
// For a visual explanation, see the diagrams at Chris Coyier's
// [CSS-Tricks](http://css-tricks.com/content-folding/)

@mixin flow-into($target) {
  $target: unquote($target);
  @include experimental(flow-into, $target,
    not -moz, -webkit, not -o, -ms, not -khtml, not official
  );
}

@mixin flow-from($target) {
  $target: unquote($target);
  @include experimental(flow-from, $target,
    not -moz, -webkit, not -o, -ms, not -khtml, not official
  );
}

Version data entries

24 entries across 23 versions & 5 rubygems

Version Path
egghead-styles-1.0.82 app/assets/stylesheets/plugins/compass/compass/css3/_regions.scss
egghead-styles-1.0.81 app/assets/stylesheets/plugins/compass/compass/css3/_regions.scss
egghead-styles-1.0.80 app/assets/stylesheets/plugins/compass/compass/css3/_regions.scss
egghead-styles-1.0.79 app/assets/stylesheets/plugins/compass/compass/css3/_regions.scss
egghead-styles-1.0.78 app/assets/stylesheets/plugins/compass/compass/css3/_regions.scss
egghead-styles-1.0.77 app/assets/stylesheets/plugins/compass/compass/css3/_regions.scss
egghead-styles-1.0.76 app/assets/stylesheets/plugins/compass/compass/css3/_regions.scss
egghead-styles-1.0.75 app/assets/stylesheets/plugins/compass/compass/css3/_regions.scss
egghead-styles-1.0.74 app/assets/stylesheets/plugins/compass/compass/css3/_regions.scss
egghead-styles-1.0.73 app/assets/stylesheets/plugins/compass/compass/css3/_regions.scss
compass-0.12.7 frameworks/compass/stylesheets/compass/css3/_regions.scss
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/css3/_regions.scss
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/css3/_regions.scss
compass-0.12.6 frameworks/compass/stylesheets/compass/css3/_regions.scss
compass-0.12.5 frameworks/compass/stylesheets/compass/css3/_regions.scss
compass-0.12.4 frameworks/compass/stylesheets/compass/css3/_regions.scss
compass-0.12.3 frameworks/compass/stylesheets/compass/css3/_regions.scss
compass-sourcemaps-0.12.4.sourcemaps.a4836f1 frameworks/compass/stylesheets/compass/css3/_regions.scss
simple-compass-0.0.1 sass/compass/css3/_regions.scss
compass-0.13.alpha.2 frameworks/compass/stylesheets/compass/css3/_regions.scss