Skip to content

Conversation

@yxshu11
Copy link
Contributor

@yxshu11 yxshu11 commented Sep 27, 2023

No description provided.

@yxshu11 yxshu11 changed the title Upgrade node-16 [TECH-DEBT] Update CSS attributes to support sass from node-sass Sep 27, 2023
$card-img-overlay-padding: 16.25px !default;

$card-deck-margin: (map-get($grid-gutter-widths, sm) / 2) !default;
$card-deck-margin: calc(map-get($grid-gutter-widths, sm) / 2) !default;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: this one won't be error meh?
I thought should be:

Suggested change
$card-deck-margin: calc(map-get($grid-gutter-widths, sm) / 2) !default;
$card-deck-margin: calc(#{map-get($grid-gutter-widths, sm) / 2)} !default;

@tlkiong tlkiong changed the title [TECH-DEBT] Update CSS attributes to support sass from node-sass [ENG-134]: Update CSS attributes to support sass from node-sass Oct 3, 2023
@yxshu11 yxshu11 changed the title [ENG-134]: Update CSS attributes to support sass from node-sass [ENG-134] Update CSS attributes to support sass from node-sass Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants