Colour Module: CSS output puts out wrong comma instead of semicolon #21

Closed
opened 2024-10-11 14:09:34 -04:00 by am · 0 comments
Owner

Actual result: --color-blue: #2e51a1,
Expected result: --color-blue: #2e51a1;
The colour module outputs the wrong line ending at the end of a colour token. This only happens for the CSS output. SCSS uses a comma in the mixin and outputs a semicolon when looping over the colours.

I think the lines that need fixing include src/pg/core/_colour-samples.pug : 131, 133, 136

Actual result: --color-blue: #2e51a1, Expected result: --color-blue: #2e51a1; The colour module outputs the wrong line ending at the end of a colour token. This only happens for the CSS output. SCSS uses a comma in the mixin and outputs a semicolon when looping over the colours. I think the lines that need fixing include src/pg/core/_colour-samples.pug : 131, 133, 136
am added the
Kind/Bug
Priority
1 High
labels 2024-10-11 14:09:34 -04:00
am referenced this issue from a commit 2024-10-18 18:19:56 -04:00
am closed this issue 2024-10-18 18:19:57 -04:00
am added this to the <= v1.1 milestone 2025-05-14 20:32:44 -04:00
Sign in to join this conversation.
No description provided.