You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@hh.ru/stylelint-config-hh

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.2.0 to 10.2.1

15

index.js

@@ -106,3 +106,16 @@ const HEX_REGEX = new RegExp(/#[\da-f]{3,6}/);

"font-style": ["inherit", "initial", "unset"],
//"z-index": ["inherit", "initial", "unset", "/^@/"]
"z-index": [
"inherit",
"initial",
"unset",
"@floating",
"@above-overlay-content",
"@topmost",
"@overlay",
"@overlay-content",
"@above-content-almost",
"@above-content",
"@cover-substrate",
"@content-cover",
],
"font-family": ["inherit", "initial", "unset", "/^@/", /@bloko-typography-[a-zA-Z-]+-font-family/]

@@ -109,0 +122,0 @@ },

2

package.json
{
"name": "@hh.ru/stylelint-config-hh",
"version": "10.2.0",
"version": "10.2.1",
"description": "HH.ru config for stylelint",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,2 +5,6 @@ # stylelint конфиг HH.ru

### 10.3.0
Разрешено использование `z-index` значений только из bloko переменных _layers.less
### 10.2.0

@@ -7,0 +11,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc