/// Returns the specificity map or value of given simple/complex/multiple selector(s). /// @access public /// @param {List | String} $initial-selector - selector returned by '&' /// @param {Bool} $integer - output specificity as integer? (default: false) /// @return {Map | Number} specificity map or specificity value represented as integer @function specificity($selector, $integer) {}
Sass code
JSON structure