Template for SASS Coding Standards (QA)

SASS Coding Standards Template

—————————————

SASS Coding standards:Result
Verified whether the Proper indents are provided on the script (2 spaces) 
Verified whether meaningful white spaces are provided on the script 
Verified whether the “$” symbol is used to declare variables 
Verified whether the URLs are quoted 
Verified whether the background is specified in the RGBA values 
Verified whether the variables are used instead of using the same colors, font family, font size, etc multiple times (_variables.scss, _colors.scss) 
Verified whether “!Important” is reduced in the script 
Verified whether static URLs are not used in the script 
Verified whether no negative margins are used for padding 
Verified whether “;” is used to end statements 
Verified whether styles are not provided for elements such as div, img, row, col, p, li, ul 
Verified whether the specific pixel is not directly used for media queries and doesn’t overlap 
Verified whether “If” constructions using exposed Sass variables are avoided 
Verified whether proper and meaningful comments are added 
Verified whether user-defined function calls are removed 

Leave a comment

Your email address will not be published. Required fields are marked *