remove unused

This commit is contained in:
Ildar Kamalov 2025-07-23 13:40:50 +03:00
parent f552119acd
commit e1d19f2b4d
3 changed files with 0 additions and 41 deletions

View File

@ -95,7 +95,6 @@
"mini-css-extract-plugin": "^2.9.0",
"path": "^0.12.7",
"postcss": "^8.5.6",
"postcss-custom-media": "^11.0.6",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.1.1",
"postcss-nested": "^7.0.2",

View File

@ -222,9 +222,6 @@ importers:
postcss:
specifier: ^8.5.6
version: 8.5.6
postcss-custom-media:
specifier: ^11.0.6
version: 11.0.6(postcss@8.5.6)
postcss-import:
specifier: ^16.1.1
version: 16.1.1(postcss@8.5.6)
@ -865,13 +862,6 @@ packages:
resolution: {integrity: sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==}
engines: {node: '>=6.9.0'}
'@csstools/cascade-layer-name-parser@2.0.5':
resolution: {integrity: sha512-p1ko5eHgV+MgXFVa4STPKpvPxr6ReS8oS2jzTukjR74i5zJNyWO1ZM1m8YKBXnzDKWfBN1ztLYlHxbVemDD88A==}
engines: {node: '>=18'}
peerDependencies:
'@csstools/css-parser-algorithms': ^3.0.5
'@csstools/css-tokenizer': ^3.0.4
'@csstools/css-parser-algorithms@3.0.5':
resolution: {integrity: sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==}
engines: {node: '>=18'}
@ -3987,12 +3977,6 @@ packages:
resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==}
engines: {node: '>= 0.4'}
postcss-custom-media@11.0.6:
resolution: {integrity: sha512-C4lD4b7mUIw+RZhtY7qUbf4eADmb7Ey8BFA2px9jUbwg7pjTZDl4KY4bvlUV+/vXQvzQRfiGEVJyAbtOsCMInw==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
postcss-import@16.1.1:
resolution: {integrity: sha512-2xVS1NCZAfjtVdvXiyegxzJ447GyqCeEI5V7ApgQVOWnros1p5lGNovJNapwPpMombyFBfqDwt7AD3n2l0KOfQ==}
engines: {node: '>=18.0.0'}
@ -5994,11 +5978,6 @@ snapshots:
'@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
'@csstools/cascade-layer-name-parser@2.0.5(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
dependencies:
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
'@csstools/css-tokenizer': 3.0.4
'@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4)':
dependencies:
'@csstools/css-tokenizer': 3.0.4
@ -9336,14 +9315,6 @@ snapshots:
possible-typed-array-names@1.1.0: {}
postcss-custom-media@11.0.6(postcss@8.5.6):
dependencies:
'@csstools/cascade-layer-name-parser': 2.0.5(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
'@csstools/css-tokenizer': 3.0.4
'@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
postcss: 8.5.6
postcss-import@16.1.1(postcss@8.5.6):
dependencies:
postcss: 8.5.6

View File

@ -1,11 +0,0 @@
@custom-media --min-mobile (min-width: 320px);
@custom-media --max-mobile (max-width: 767px);
@custom-media --min-small (min-width: 768px);
@custom-media --max-small (max-width: 767px);
@custom-media --min-medium (min-width: 1024px);
@custom-media --max-medium (max-width: 1023px);
@custom-media --min-large (min-width: 1200px);
@custom-media --max-large (max-width: 1919px);
@custom-media --min-hd (min-width: 1920px);
@custom-media --max-hd (max-width: 2559px);
@custom-media --min-4k (min-width: 2560px);