Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text - Reusable make-styles rules #18778

Merged
merged 14 commits into from
Jul 15, 2021
Prev Previous commit
Next Next commit
Fix test import
  • Loading branch information
andrefcdias committed Jul 9, 2021
commit 76ca9bdbfa432b9bf033a1fe4b4b1f4081d574ee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Theme } from '@fluentui/react-theme';
import { typographyStyles } from './typographyStyles';
import { typographyStyles } from './index';

const weightsMock = {
regular: 1,
Expand Down