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