Warning	sass-lint	quotes Strings must use single quotes	1:9
Warning	sass-lint	indentation Mixed tabs and spaces	6:2
Warning	sass-lint	class-name-format Class '.content_wrap' should be written in lowercase with hyphens	10:3
Warning	sass-lint	force-element-nesting Type-selector should be nested within its parent Pseudo-class	18:4
Warning	sass-lint	force-element-nesting Class should be nested within its parent Class	24:4
Warning	sass-lint	force-pseudo-nesting Pseudo-class should be nested within its parent Type-selector	18:4
Warning	sass-lint	force-pseudo-nesting Pseudo-class should be nested within its parent Class	64:4
Warning	sass-lint	property-sort-order Expected `margin-bottom`, found `padding`	34:3
Warning	sass-lint	no-color-literals Color literals such as '#e6e6e6' should only be used in variable declarations	43:21
Warning	sass-lint	extends-before-declarations Extends should come before declarations	71:4
Warning	sass-lint	border-zero A value of `none` is not allowed. `0` must be used.	135:13