Skip to content

Commit

Permalink
update node-sass imports to sass
Browse files Browse the repository at this point in the history
  • Loading branch information
FireRedNinja committed Mar 11, 2024
1 parent 84a6faf commit d380d62
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

@import '../../bpk-mixins/index.scss';
@use '../../unstable__bpk-mixins/tokens';

.bpk-card-list {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../../bpk-mixins/index.scss';
@use '../../unstable__bpk-mixins/tokens';

.bpk-card-list-grid {
display: grid;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../../bpk-mixins/index.scss';
@use '../../unstable__bpk-mixins/tokens';

.bpk-card-list--rail {
&_container {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '../../../bpk-mixins/index.scss';
@use '../../unstable__bpk-mixins/tokens';
@use '../../unstable__bpk-mixins/breakpoints';

.bpk-card-list-row {
position: relative;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../../bpk-mixins/index.scss';
@use '../../unstable__bpk-mixins/tokens';

.bpk-card-list-stack {
display: flex;
Expand Down

0 comments on commit d380d62

Please sign in to comment.