Issues (576)

src/styles/vars.scss (9 issues)

Severity
1
$clr-accent: #070707;
2
$clr-white: #ffffff;
0 ignored issues
show
Color #ffffff should be written as #fff
Loading history...
3
$clr-dark: #09001d;
4
5
$header-height: 60px;
6
7
$mystic-shadow: rgb(3, 12, 51) 0px 20px 25px -5px,
0 ignored issues
show
0px should be written without units as 0
Loading history...
Color literals like rgb(3, 12, 51) should only be used in variable declarations; they should be referred to via variable everywhere else.
Loading history...
8
  rgb(255, 18, 18) 0px 10px 10px -5px;
0 ignored issues
show
0px should be written without units as 0
Loading history...
Color literals like rgb(255, 18, 18) should only be used in variable declarations; they should be referred to via variable everywhere else.
Loading history...
9
$mystic-shadow-hover: rgb(3, 12, 51) 0px 16px 25px -5px,
0 ignored issues
show
Color literals like rgb(3, 12, 51) should only be used in variable declarations; they should be referred to via variable everywhere else.
Loading history...
0px should be written without units as 0
Loading history...
10
  rgb(255, 18, 18) 0px 10px 10px -5px;
0 ignored issues
show
0px should be written without units as 0
Loading history...
Color literals like rgb(255, 18, 18) should only be used in variable declarations; they should be referred to via variable everywhere else.
Loading history...
11