Sha256: 24a25ad5f35689636900d569911929193a03e9151c2dafafe51b75f2d2028654

Contents?: true

Size: 326 Bytes

Versions: 5

Compression:

Stored size: 326 Bytes

Contents

// @category   ui/locale

// temporarily switch the interface locale
// @mixin     switch-locale
// @param     $locale {String} the locale code to switch to
// @content
@mixin switch-locale($locale) {
  // keep track of the current locale, and switch
  $tmp: switch-locale($locale);
  @content;
  $tmp: switch-locale($tmp);
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
archetype-1.0.0.alpha.5 stylesheets/archetype/ui/_locale.scss
archetype-1.0.0.alpha.4 stylesheets/archetype/ui/_locale.scss
archetype-1.0.0.alpha.3 stylesheets/archetype/ui/_locale.scss
archetype-1.0.0.alpha.2 stylesheets/archetype/ui/_locale.scss
archetype-1.0.0.alpha.1 stylesheets/archetype/ui/_locale.scss