File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5
5
- npm run check
6
6
addons :
7
7
code_climate :
8
- repo_token : 923b8eea8dc288ced3fef24a6a878b84fb21af9f8e3332881460c963735e4590
8
+ repo_token : 354c5092a67b6e59c6e0a0081e306ab5934cf4e8860332c56d93538966809780
9
9
after_script :
10
10
- codeclimate-test-reporter < coverage/lcov.info
11
11
notifications :
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ console.log(isUnitlessProperty('lineHeight'))
100
100
// => true
101
101
```
102
102
103
+ ------
104
+
103
105
### ` normalizeProperty(property) `
104
106
Normalizes the ` property ` by unprefixing ** and** camelCasing it.
105
107
> Uses the [ ` camelCaseProperty ` ] ( #camelcasepropertyproperty ) and [ ` unprefixProperty ` ] ( #unprefixpropertyproperty ) -methods.
@@ -111,6 +113,8 @@ console.log(normalizeProperty('-webkit-transition-delay'))
111
113
// => 'transitionDelay'
112
114
```
113
115
116
+ ------
117
+
114
118
### ` unprefixProperty(property) `
115
119
Removes the vendor prefix (if set) from the ` property ` .
116
120
@@ -124,6 +128,8 @@ console.log(unprefixProperty('transitionDelay'))
124
128
// => 'transitionDelay'
125
129
```
126
130
131
+ ------
132
+
127
133
### ` unprefixValue(value) `
128
134
Removes all vendor prefixes (if any) from the ` value ` .
129
135
You can’t perform that action at this time.
0 commit comments