PHP Classes

File: engine/modules/contrib/foundation/source/_vendor/sassy-lists/stylesheets/helpers/_true.scss

Recommend this page to a friend!
  Classes of Aldo Tripiciano   Quanta CMS   engine/modules/contrib/foundation/source/_vendor/sassy-lists/stylesheets/helpers/_true.scss   Download  
File: engine/modules/contrib/foundation/source/_vendor/sassy-lists/stylesheets/helpers/_true.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Quanta CMS
Manage content that works without a database
Author: By
Last change:
Date: 5 years ago
Size: 267 bytes
 

Contents

Class file image Download
/// /// 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 != ()); }