Skip to content

Commit

Permalink
Migrate FAHC sass import to sass use
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 19, 2024
1 parent 9d76a2f commit 0270a17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cfgov/unprocessed/apps/find-a-housing-counselor/css/main.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Import required CF components.
@import './hud';
@import './hud_print.css';
@use './hud' as *;
@use './hud-print' as *;
6 changes: 3 additions & 3 deletions cfgov/unprocessed/css/enhancements/layout.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@use 'sass:math';
@use '@cfpb/cfpb-design-system/src/abstracts' as *;
@import './layout-base';
@import './layout-2-1';
@import './layout-1-3';
@use './layout-base' as *;
@use './layout-2-1' as *;
@use './layout-1-3' as *;

.wrapper--match-content {
// Tablet and above.
Expand Down
2 changes: 1 addition & 1 deletion cfgov/unprocessed/css/organisms/footer.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use 'sass:math';
@use '@cfpb/cfpb-design-system/src/abstracts' as *;
@use '@cfpb/cfpb-design-system/src/utilities' as *;
@import '../enhancements/typography';
@use '../enhancements/typography' as *;

@mixin u-upper-hover-line() {
position: absolute;
Expand Down

0 comments on commit 0270a17

Please sign in to comment.