File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 55 - npm run check
66addons :
77 code_climate :
8- repo_token : 923b8eea8dc288ced3fef24a6a878b84fb21af9f8e3332881460c963735e4590
8+ repo_token : 354c5092a67b6e59c6e0a0081e306ab5934cf4e8860332c56d93538966809780
99after_script :
1010 - codeclimate-test-reporter < coverage/lcov.info
1111notifications :
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ console.log(isUnitlessProperty('lineHeight'))
100100// => true
101101```
102102
103+ ------
104+
103105### ` normalizeProperty(property) `
104106Normalizes the ` property ` by unprefixing ** and** camelCasing it.
105107> Uses the [ ` camelCaseProperty ` ] ( #camelcasepropertyproperty ) and [ ` unprefixProperty ` ] ( #unprefixpropertyproperty ) -methods.
@@ -111,6 +113,8 @@ console.log(normalizeProperty('-webkit-transition-delay'))
111113// => 'transitionDelay'
112114```
113115
116+ ------
117+
114118### ` unprefixProperty(property) `
115119Removes the vendor prefix (if set) from the ` property ` .
116120
@@ -124,6 +128,8 @@ console.log(unprefixProperty('transitionDelay'))
124128// => 'transitionDelay'
125129```
126130
131+ ------
132+
127133### ` unprefixValue(value) `
128134Removes all vendor prefixes (if any) from the ` value ` .
129135
You can’t perform that action at this time.
0 commit comments