Skip to content

Commit

Permalink
fix(sass): theme imports
Browse files Browse the repository at this point in the history
  • Loading branch information
manoncarbonnel authored and dpellier committed Oct 13, 2023
1 parent 0231f8d commit 14f89a2
Show file tree
Hide file tree
Showing 5 changed files with 451 additions and 242 deletions.
2 changes: 1 addition & 1 deletion packages/themes/blue-jeans/src/colors/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* Here are the color system used in the Blue Jeans theme.
* It contains its definition, and the all its variations.
*/
//@import 'palettes';
@import 'palettes';
4 changes: 2 additions & 2 deletions packages/themes/blue-jeans/src/fonts/family/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
* FONT FAMILY SYSTEM
* It contains the font definition, and its files.
*/
//@import 'base64-fonts';
//@import 'families';
@import 'base64-fonts';
@import 'families';
5 changes: 3 additions & 2 deletions packages/themes/blue-jeans/src/fonts/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
* Here is the whole typography system we are using in the OVHcloud universe.
* It contains its definition, and the related behaviour around it.
*/
//@import 'sizes';
//@import 'weights';
@import 'family/index';
@import 'sizes';
@import 'weights';
Loading

0 comments on commit 14f89a2

Please sign in to comment.