We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c285920 commit c606ac5Copy full SHA for c606ac5
build-tools/tasks/generate-custom-css-properties.js
@@ -34,7 +34,7 @@ function writeSassFile() {
34
filepath,
35
`
36
// Build environment
37
- $awsui-commit-hash: ${workspace.gitCommitVersion};
+ $awsui-commit-hash: "${workspace.gitCommitVersion}";
38
// Manually managed CSS-variables
39
${customCssPropertiesList.map(property => `$${property}: ${getHashedProperty(property)};`).join('\n')}
40
0 commit comments