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 "variables" as var;
@use "../../mixins/forms";
@use "../../variables" as var;
.form-input {
@include forms.form-input;
......
......@@ -39,6 +39,7 @@
@use './components/button';
@use './components/excerpt';
@use './components/focused-mode-header';
@use './components/form-input';
@use './components/group-list';
@use './components/group-list-item';
@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