Skip to content

Fix SCSS syntax errors in promare-gradients variables - #926

Merged
hxtree merged 3 commits into
develop-jdi-update-packagesfrom
copilot/sub-pr-925
Dec 19, 2025
Merged

Fix SCSS syntax errors in promare-gradients variables#926
hxtree merged 3 commits into
develop-jdi-update-packagesfrom
copilot/sub-pr-925

Conversation

Copilot AI commented Dec 19, 2025

Copy link
Copy Markdown
Contributor

Corrected SCSS syntax errors in _variables.scss that would prevent compilation:

  • Fixed math.div() function call with closing parenthesis split across lines
  • Changed square-root() to math.sqrt() (correct SCSS math module function)

Before:

$phi: math.div(square-root(5) + 1, 2
);

After:

$phi: math.div(math.sqrt(5) + 1, 2);

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits December 19, 2025 04:46
Co-authored-by: hxtree <19890291+hxtree@users.noreply.github.com>
Co-authored-by: hxtree <19890291+hxtree@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP on addressing feedback for AWS CDK deployments Fix SCSS syntax errors in promare-gradients variables Dec 19, 2025
Copilot AI requested a review from hxtree December 19, 2025 04:48
@hxtree
hxtree marked this pull request as ready for review December 19, 2025 04:50
@hxtree
hxtree merged commit 9fa4a63 into develop-jdi-update-packages Dec 19, 2025
2 checks passed
@hxtree
hxtree deleted the copilot/sub-pr-925 branch December 19, 2025 04:51
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.

2 participants