Skip to content

Commit

Permalink
use pkg to import true
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 22, 2024
1 parent c8e7268 commit c8469e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/sass/utilities/_json-api.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// JSON Export Tests
// =================

@use 'true';
@use 'pkg:sass-true' as true;
@use '../../../scss/utilities/json-api' as *;
@use '../../../scss/utilities/json-encode' as json;

Expand Down
2 changes: 1 addition & 1 deletion test/sass/utilities/_json-encode.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// JSON Encoding Tests
// ===================

@use 'true';
@use 'pkg:sass-true' as true;
@use '../../../scss/utilities/json-encode' as *;

// JSON Encode
Expand Down
2 changes: 1 addition & 1 deletion test/sass/utilities/_maps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@use 'sass:color';
@use 'sass:map';
@use 'sass:meta';
@use 'true';
@use 'pkg:sass-true' as true;
@use 'pkg:accoutrement' as tools with (
$functions: (
'darken': meta.get-function('darken'),
Expand Down

0 comments on commit c8469e8

Please sign in to comment.