Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 414 Bytes

forms.md

File metadata and controls

20 lines (14 loc) · 414 Bytes

_forms.scss

File includes mixin which help with styling form elements

List of content:

Mixin placeholder

Description

Mixin which helps with styling placeholder in inputs

Usage:

Changed placeholder's font style on base one and it's color on $color-primary-light

@include placeholder {
  @include font(base, $color-primary-light);
}