* Add declaration if it is not exist
(decl, prop, value)
| 179 | * Add declaration if it is not exist |
| 180 | */ |
| 181 | cloneBefore(decl, prop, value) { |
| 182 | if (!this.already(decl, prop, value)) { |
| 183 | decl.cloneBefore({ prop, value }) |
| 184 | } |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * Check property for disabled by option |