Skip to content

Commit

Permalink
feat(input): add fluent styles
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed Jul 28, 2022
1 parent ef963a9 commit a526954
Show file tree
Hide file tree
Showing 5 changed files with 1,286 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fluent/scss/index.scss
Expand Up @@ -48,7 +48,7 @@
@use "button";
@use "split-button";
// @use "menu-button";
// @use "input";
@use "input";
// @use "textbox";
// @use "textarea";
// @use "checkbox";
Expand Down Expand Up @@ -212,7 +212,7 @@
@include button.styles();
@include split-button.styles();
// @include menu-button.styles();
// @include input.styles();
@include input.styles();
// @include textbox.styles();
// @include textarea.styles();
// @include checkbox.styles();
Expand Down

0 comments on commit a526954

Please sign in to comment.