Skip to content

Commit

Permalink
Add 'transparent' and 'inherit' to background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry committed Mar 30, 2015
1 parent cadfcb8 commit 94c571f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/rules.js
Expand Up @@ -583,7 +583,11 @@ module.exports = [
properties: ['background-color'],
allowCustom: true,
allowCustomAutoSuffix: true,
allowSuffixToValue: true
allowSuffixToValue: true,
rules: [
{suffix: 't', values: ['transparent']},
{suffix: 'inh', values: ['inherit']}
]
},

/* background-clip */
Expand Down

0 comments on commit 94c571f

Please sign in to comment.