Commit 8f874371 authored by Robert Knight's avatar Robert Knight

Move `form-input` styles to `components/form-input.scss`

Follow the module naming convention of other components.
parent 2fdaeb06
@use "mixins/forms"; @use "../../mixins/forms";
@use "variables" as var; @use "../../variables" as var;
.form-input { .form-input {
@include forms.form-input; @include forms.form-input;
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
@use './components/button'; @use './components/button';
@use './components/excerpt'; @use './components/excerpt';
@use './components/focused-mode-header'; @use './components/focused-mode-header';
@use './components/form-input';
@use './components/group-list'; @use './components/group-list';
@use './components/group-list-item'; @use './components/group-list-item';
@use './components/help-panel'; @use './components/help-panel';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment