Skip to content

Commit c9f84ce

Browse files
authored
Merge pull request #295 from BeAPI/feature/remove-placeholder-mixin
refactor (mixins): remove placeholder mixin
2 parents aa2ab34 + 7d9dee4 commit c9f84ce

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

src/scss/02-tools/_m-placeholder.scss

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/scss/02-tools/tools.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
@import "./m-editor-only";
2525
@import "./m-heading";
2626
@import "./m-hover";
27-
@import "./m-placeholder";
2827
@import "./m-placeholder-media";
2928
@import "./m-radio-custom";
3029
@import "./m-row-fullwidth";

src/scss/03-base/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ textarea {
2929
transition: border-color .5s ease;
3030
appearance: none;
3131

32-
@include placeholder {
32+
&::placeholder {
3333
color: color.adjust($color-text, $lightness: 50%);
3434
}
3535

0 commit comments

Comments
 (0)