@taiga-ui/stylelint-config 0.310.0 → 0.311.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 +2 -11
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -241,18 +241,7 @@ module.exports = {
|
|
|
241
241
|
{
|
|
242
242
|
fontSize: 16,
|
|
243
243
|
ignore: [
|
|
244
|
-
'-5px',
|
|
245
|
-
'-4px',
|
|
246
|
-
'-3px',
|
|
247
|
-
'-2px',
|
|
248
244
|
'-1px',
|
|
249
|
-
'0px',
|
|
250
|
-
'1px',
|
|
251
|
-
'2px',
|
|
252
|
-
'3px',
|
|
253
|
-
'4px',
|
|
254
|
-
'5px',
|
|
255
|
-
'16px',
|
|
256
245
|
'0.1px',
|
|
257
246
|
'0.2px',
|
|
258
247
|
'0.3px',
|
|
@@ -262,6 +251,8 @@ module.exports = {
|
|
|
262
251
|
'0.7px',
|
|
263
252
|
'0.8px',
|
|
264
253
|
'0.9px',
|
|
254
|
+
'1px',
|
|
255
|
+
'font 16px',
|
|
265
256
|
],
|
|
266
257
|
ignoreAtRules: ['media'],
|
|
267
258
|
ignoreFunctions: ['url'],
|