💄(react) fix the css order in storybook
Previously, having the icon file coming after the design system styles was causing issues: we were not able to set fs-* classes to material-icons because the priority of the selector was too low.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
import "../src/icons.scss";
|
||||||
import "../src/index.scss";
|
import "../src/index.scss";
|
||||||
import "../src/fonts.scss";
|
import "../src/fonts.scss";
|
||||||
import "../src/icons.scss";
|
|
||||||
import { Preview } from "@storybook/react";
|
import { Preview } from "@storybook/react";
|
||||||
|
|
||||||
const preview: Preview = {
|
const preview: Preview = {
|
||||||
|
|||||||
Reference in New Issue
Block a user