Skip to content

Commit

Permalink
updated transform docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Mirror committed May 8, 2018
1 parent a584db2 commit 8e06428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_transform.scss
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ $transform-style-modes: array-concat((flat, preserve-3d), $css-default-modes);
///
/// @access public
/// @param {string} $ts - the transform-style value (e.g. `preserve-3d` or `initial`)
/// @link https://www.w3schools.com/cssref/css3_pr_transform-style.asp W3Schools transform-style docs
/// @return {boolean}
@function is-transform-style($ts) {
@return is-defined($ts) and array-contains($transform-style-modes, $ts);
Expand Down

0 comments on commit 8e06428

Please sign in to comment.