Skip to content

Commit

Permalink
fix(fn): include missing components from fundamental-next.css (#3010)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Dec 23, 2021
1 parent 56c0525 commit 9fed161
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/fn/fundamental-next.scss
Expand Up @@ -2,8 +2,12 @@
@import "./fn-avatar";
@import "./fn-button";
@import "./fn-checkbox";
@import "./fn-dialog";
@import "./fn-fieldset";
@import "./fn-generic-tag";
@import "./fn-input";
@import "./fn-link";
@import "./fn-message-box";
@import "./fn-nested-button";
@import "./fn-progress-bar";
@import "./fn-radio";
Expand All @@ -14,3 +18,4 @@
@import "./fn-switch";
@import "./fn-tabs";
@import "./fn-tag";
@import "./fn-title";

0 comments on commit 9fed161

Please sign in to comment.