Summary report > Page report
2 Errors
- 2 CSS
- 1 E709 - Incomplete declaration. Either no property name or no values were found in the declaration.
30 Incomplete declaration } - 1 E776 - Unrecognised property. The property name is not recognised for the selected CSS Level.
28 Unrecognised property: .q-link { opacity .q-link { opacity: 1 !important
- 1 E709 - Incomplete declaration. Either no property name or no values were found in the declaration.
1 [style*="opacity"], [style*="transform"], [style*="clip-path"] {
4 opacity: unset !important;
5 transform: unset !important;
6 clip-path: unset !important;
7 }
9 [style*="height"] {
10 height: auto !important;
11 }
13 [class^="Hero_white-overlay__"] {
14 display: none !important;
15 }
17 [class^="Hero_hero__"] {
18 clip-path: unset !important;
19 }
21 .h-100 {
22 height: 100% !important;
23 }
25 .Hero_hero__xEuwZ .Hero_hero-wrapper__yEIv7 .Hero_hero-navigation__RiK_i {
26 transform: none !important;
28 
E776CSS: Unrecognised property: .q-link { opacity
The property name is not recognised for the selected CSS Level.
.q-link { opacity: 1 !important;
30 
E709CSS: Incomplete declaration
Either no property name or no values were found in the declaration.
};
31 }