@taiga-ui/stylelint-config 0.401.0 → 0.402.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -23
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -183,26 +183,6 @@ module.exports = {
|
|
|
183
183
|
true,
|
|
184
184
|
{
|
|
185
185
|
ignore: [
|
|
186
|
-
'border-top', // Safari 14.5+
|
|
187
|
-
'border-bottom', // Safari 14.5+
|
|
188
|
-
'border-top-color', // Safari 14.5+
|
|
189
|
-
'border-bottom-color', // Safari 14.5+
|
|
190
|
-
'border-top-style', // Safari 14.5+
|
|
191
|
-
'border-bottom-style', // Safari 14.5+
|
|
192
|
-
'border-top-width', // Safari 14.5+
|
|
193
|
-
'border-bottom-width', // Safari 14.5+
|
|
194
|
-
'border-left', // Safari 14.5+
|
|
195
|
-
'border-right', // Safari 14.5+
|
|
196
|
-
'border-left-color', // Safari 14.5+
|
|
197
|
-
'border-right-color', // Safari 14.5+
|
|
198
|
-
'border-left-style', // Safari 14.5+
|
|
199
|
-
'border-right-style', // Safari 14.5+
|
|
200
|
-
'border-left-width', // Safari 14.5+
|
|
201
|
-
'border-right-width', // Safari 14.5+
|
|
202
|
-
'top', // Safari 14.5+
|
|
203
|
-
'bottom', // Safari 14.5+
|
|
204
|
-
'left', // Safari 14.5+
|
|
205
|
-
'right', // Safari 14.5+
|
|
206
186
|
'scroll-margin-bottom', // Safari 15+
|
|
207
187
|
'scroll-margin-top', // Safari 15+
|
|
208
188
|
'scroll-margin-left', // Safari 15+
|
|
@@ -228,9 +208,6 @@ module.exports = {
|
|
|
228
208
|
},
|
|
229
209
|
],
|
|
230
210
|
'property-disallowed-list': [
|
|
231
|
-
'border-inline', // shorthand works in Safari 14.5+
|
|
232
|
-
'padding-inline', // shorthand works in Safari 14.5+
|
|
233
|
-
'margin-inline', // shorthand works in Safari 14.5+
|
|
234
211
|
'/^word-wrap$/', // The word-wrap property was renamed to overflow-wrap in CSS3
|
|
235
212
|
],
|
|
236
213
|
'property-no-unknown': [
|