Skip to content

Commit

Permalink
Revert "Use quoted strings for color names in the swatch map (#12306)" (
Browse files Browse the repository at this point in the history
#12482)

This reverts commit 3347ce2.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Nov 3, 2022
1 parent f7ed5db commit ab61669
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/colors/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ async function build() {
properties: Object.keys(colors).map((key) => {
const swatch = paramCase(key);
return t.SassMapProperty({
quoted: true,
key: t.Identifier(swatch),
value: t.SassMap({
properties: Object.keys(colors[key]).map((grade) => {
Expand Down

0 comments on commit ab61669

Please sign in to comment.