app/assets/stylesheets/_mixins.scss
Prefer single quoted strings Open
Open
@if $size == "base-medium" {
- Exclude checks
Name of variable font_size_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_105);
- Exclude checks
Name of variable font_size_130
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_130);
- Exclude checks
Avoid vendor prefixes. Open
Open
input::-moz-placeholder {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search]::-ms-clear {
- Exclude checks
Name of variable font_size_80
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_80);
- Exclude checks
Begin pseudo classes with a single colon: :
Open
Open
input::input-placeholder {
- Exclude checks
Avoid vendor prefixes. Open
Open
input:-moz-placeholder {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search]::-webkit-search-cancel-button,
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "upper-left" {
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "base-small" {
- Exclude checks
Name of variable font_size_95
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_95);
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "medium" {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search] {
- Exclude checks
Name of variable font_size_90
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_90);
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search]::-webkit-search-cancel-button,
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "left" {
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "none" {
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "right" {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
input:-moz-placeholder {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_110);
- Exclude checks
Property border-bottom
already defined on line 143 Open
Open
border-bottom: 1px solid rgba($black, .4);
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "tiny" {
- Exclude checks
Name of variable font_size_100
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_100);
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "large" {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search]::-webkit-search-cancel-button,
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "lower-left" {
- Exclude checks
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-bottom: 1px solid $greyscale_light; // IE fallback
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "bottom" {
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "small" {
- Exclude checks
Properties should be ordered border-bottom, color, cursor, text-decoration Open
Open
text-decoration: none;
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $greyscale_midtone; // IE fallback
- Exclude checks
Property color
already defined on line 134 Open
Open
color: rgba($black, .6);
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "xlarge" {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search]::-webkit-search-cancel-button,
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: content-box;
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "lower-right" {
- Exclude checks
Property border-bottom
already defined on line 137 Open
Open
border-bottom: 1px solid $background-color;
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-bottom: 1px solid $greyscale_midtone; // IE fallback
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "baseline" {
- Exclude checks
Name of variable font_size_120
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_120);
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "top" {
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "upper-right" {
- Exclude checks
Properties should be ordered border-bottom, color Open
Open
color: $primary-dark;
- Exclude checks