File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports.definition = {
1919 v = parsers . prepareValue ( v , this . _global ) ;
2020 if ( parsers . hasVarFunc ( v ) ) {
2121 this . _setProperty ( "background" , "" ) ;
22- this . _setProperty ( "backgound -attachemnt" , v ) ;
22+ this . _setProperty ( "background -attachemnt" , v ) ;
2323 } else {
2424 this . _setProperty ( "background-attachment" , module . exports . parse ( v ) ) ;
2525 }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module.exports.definition = {
2222 v = parsers . prepareValue ( v , this . _global ) ;
2323 if ( parsers . hasVarFunc ( v ) ) {
2424 this . _setProperty ( "background" , "" ) ;
25- this . _setProperty ( "backgound -color" , v ) ;
25+ this . _setProperty ( "background -color" , v ) ;
2626 } else {
2727 this . _setProperty ( "background-color" , module . exports . parse ( v ) ) ;
2828 }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module.exports.definition = {
1818 v = parsers . prepareValue ( v , this . _global ) ;
1919 if ( parsers . hasVarFunc ( v ) ) {
2020 this . _setProperty ( "background" , "" ) ;
21- this . _setProperty ( "backgound -image" , v ) ;
21+ this . _setProperty ( "background -image" , v ) ;
2222 } else {
2323 this . _setProperty ( "background-image" , module . exports . parse ( v ) ) ;
2424 }
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module.exports.definition = {
3939 v = parsers . prepareValue ( v , this . _global ) ;
4040 if ( parsers . hasVarFunc ( v ) ) {
4141 this . _setProperty ( "background" , "" ) ;
42- this . _setProperty ( "backgound -position" , v ) ;
42+ this . _setProperty ( "background -position" , v ) ;
4343 } else {
4444 this . _setProperty ( "background-position" , module . exports . parse ( v ) ) ;
4545 }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports.definition = {
1919 v = parsers . prepareValue ( v , this . _global ) ;
2020 if ( parsers . hasVarFunc ( v ) ) {
2121 this . _setProperty ( "background" , "" ) ;
22- this . _setProperty ( "backgound -repeat" , v ) ;
22+ this . _setProperty ( "background -repeat" , v ) ;
2323 } else {
2424 this . _setProperty ( "background-repeat" , module . exports . parse ( v ) ) ;
2525 }
You can’t perform that action at this time.
0 commit comments