@taiga-ui/stylelint-config 0.311.0 → 0.312.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 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -241,6 +241,7 @@ module.exports = {
|
|
|
241
241
|
{
|
|
242
242
|
fontSize: 16,
|
|
243
243
|
ignore: [
|
|
244
|
+
'-2px',
|
|
244
245
|
'-1px',
|
|
245
246
|
'0.1px',
|
|
246
247
|
'0.2px',
|
|
@@ -252,6 +253,7 @@ module.exports = {
|
|
|
252
253
|
'0.8px',
|
|
253
254
|
'0.9px',
|
|
254
255
|
'1px',
|
|
256
|
+
'2px',
|
|
255
257
|
'font 16px',
|
|
256
258
|
],
|
|
257
259
|
ignoreAtRules: ['media'],
|