public_html/layouts/basic/skins/gray/layout/_Header.scss
0px
should be written without units as 0
Open
Open
box-shadow: 0px 5px 6px -7px rgba(74, 84, 99, 1);
- Exclude checks
Use //
comments everywhere Open
Open
/* {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */
- Exclude checks
Selector widget_header
should be written in lowercase with hyphens Open
Open
.widget_header {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-shadow: 0px 5px 6px -7px rgba(74, 84, 99, 1);
- Exclude checks
Color literals like rgba(74, 84, 99, 1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 0px 5px 6px -7px rgba(74, 84, 99, 1);
- Exclude checks