Chore: Move font-awesome styles back to SCSS (#89687)

move font-awesome styles back to scss for performance reasons
This commit is contained in:
Ashley Harrison 2024-06-25 15:28:24 +01:00 committed by GitHub
parent fcfa89f864
commit 7b88de9946
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2851 additions and 2745 deletions

View File

@ -8,7 +8,6 @@ import { getCardStyles } from './card';
import { getCodeStyles } from './code';
import { getElementStyles } from './elements';
import { getExtraStyles } from './extra';
import { getFontAwesomeStyles } from './fontAwesome';
import { getFontStyles } from './fonts';
import { getFormElementStyles } from './forms';
import { getJsonFormatterStyles } from './jsonFormatter';
@ -31,7 +30,6 @@ export function GlobalStyles() {
getCodeStyles(theme),
getElementStyles(theme),
getExtraStyles(theme),
getFontAwesomeStyles(theme),
getFontStyles(theme),
getFormElementStyles(theme),
getJsonFormatterStyles(theme),

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,7 @@
@import 'base/type';
@import 'base/forms';
@import 'base/grid';
@import 'base/font_awesome';
// UTILS
@import 'utils/utils';

File diff suppressed because it is too large Load Diff