Sha256: 1750e8f642b6dd23abd4b6ea8ea50331623724103891a26181c1c9436cf04fbd

Contents?: true

Size: 267 Bytes

Versions: 37

Compression:

Stored size: 267 Bytes

Contents

///
/// Returns truthiness of `$value`.
///
/// @access private
///
/// @param {*} $value - value to check
///
/// @return {Bool}
///
 
@function sl-is-true($value) {
  @return if($value == null, false, $value and $value != null and $value != '' and $value != ());
}

Version data entries

37 entries across 37 versions & 7 rubygems

Version Path
foundation-rails-6.9.0.0 vendor/assets/_vendor/sassy-lists/stylesheets/helpers/_true.scss
foundation-rails-6.6.2.0 vendor/assets/_vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.2.2 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
foundation-rails-6.6.1.0 vendor/assets/_vendor/sassy-lists/stylesheets/helpers/_true.scss
foundation-rails-6.5.3.0 vendor/assets/_vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.2.1 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
foundation-rails-6.5.1.0 vendor/assets/_vendor/sassy-lists/stylesheets/helpers/_true.scss
locomotivecms_wagon-2.4.1 generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.2.0 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
locomotivecms_wagon-2.4.0 generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/helpers/_true.scss
foundation-rails-6.4.3.0 vendor/assets/_vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.1.9 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.1.8 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.1.7 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.1.6 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.1.5 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.1.4 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.1.3 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
bedrock_sass-0.1.2 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss
foundation-rails-6.4.1.3 vendor/assets/_vendor/sassy-lists/stylesheets/helpers/_true.scss