Searched refs:shorthands (Results 1 – 11 of 11) sorted by relevance
145 $shorthands = & $this->parser->data['csstidy']['shorthands'];148 if (isset($shorthands[$this->property])) {167 public function shorthands() { function in csstidy_optimise168 $shorthands = & $this->parser->data['csstidy']['shorthands'];182 if (isset($shorthands[$this->property])) {184 if (is_array($shorthands[$this->property])) {587 * @param array|null $shorthands592 public function dissolve_4value_shorthands($property, $value, $shorthands = null) { argument593 if (is_null($shorthands)) {594 $shorthands = & $this->parser->data['csstidy']['shorthands'];[all …]
52 * border-radius shorthands optimisation, reverse_left_and_right option
830 $this->optimise->shorthands();
105 $shorthands =& $GLOBALS['csstidy']['shorthands'];108 if(isset($shorthands[$this->property]))130 function shorthands() function in csstidy_optimise132 $shorthands =& $GLOBALS['csstidy']['shorthands'];143 if(isset($shorthands[$this->property]))146 if(is_array($shorthands[$this->property]))487 $shorthands =& $GLOBALS['csstidy']['shorthands'];488 if(!is_array($shorthands[$property]))508 $return[$shorthands[$property][$i]] = $values[$i].$important;513 $return[$shorthands[$property][0]] = $values[0].$important;[all …]
723 $this->optimise->shorthands();
107 * Improves longhand-into-shorthand merging mechanism in complex cases as with `border-*` shorthands.398 * Fixed issue [#655](https://github.com/jakubpawlowicz/clean-css/issues/655) - shorthands override …438 …629](https://github.com/jakubpawlowicz/clean-css/issues/629) - source maps & background shorthands.448 …629](https://github.com/jakubpawlowicz/clean-css/issues/629) - source maps & background shorthands.461 …e [#620](https://github.com/jakubpawlowicz/clean-css/issues/620) - `bold` style in font shorthands.601 …](https://github.com/jakubpawlowicz/clean-css/issues/507) - merging longhands into many shorthands.699 … [#447](https://github.com/jakubpawlowicz/clean-css/issues/447) - `background-color` in shorthands.716 …[#433](https://github.com/jakubpawlowicz/clean-css/issues/433) - meging `!important` in shorthands.807 …4](https://github.com/jakubpawlowicz/clean-css/issues/354) - `!important` overriding in shorthands.833 * Fixed issue [#329](https://github.com/jakubpawlowicz/clean-css/issues/329) - `font` shorthands in…
236 First of all there are two shorthands:405 mergeIntoShorthands: true, // controls merging properties into shorthands; defaults to true682 …ergeIntoShorthands` option to control whether you want to turn multiple components into shorthands;
1 …shorthands and `this` binding.\n\t *\n\t * @private\n\t * @param {Array} array The array to …
1 …shorthands.\n *\n * @private\n * @param {Array|Object} collection The collection to iterate over.\…
10411 // Create custom iteratee shorthands.
1 …shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Fun…