Skip to content

Commit

Permalink
Merge pull request #148 from yahoo/add-center-to-background-position
Browse files Browse the repository at this point in the history
Add center values to background-position
  • Loading branch information
renatoi committed Apr 3, 2015
2 parents 08ec1b3 + 4ce67ea commit 5aa7deb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,10 @@ module.exports = [
{suffix: 's_t', values: ['__START__ 0']},
{suffix: 'e_t', values: ['__END__ 0']},
{suffix: 's_b', values: ['__START__ 100%']},
{suffix: 'e_b', values: ['__END__ 100%']}
{suffix: 'e_b', values: ['__END__ 100%']},
{suffix: 's_c', values: ['__START__ center']},
{suffix: 'c_t', values: ['center 0']},
{suffix: 'c', values: ['center']}
]
},
/* background-repeat */
Expand Down

0 comments on commit 5aa7deb

Please sign in to comment.