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.
2 parents 534fbe8 + 73b4664 commit c9156a0Copy full SHA for c9156a0
lib/index.js
@@ -251,7 +251,7 @@ module.exports = class Breakpoints {
251
if (this.#config.css.customProperty) {
252
string += `${this.#config.css.element} {`;
253
this.#customProperties.forEach((customProperty) => {
254
- string += `--${customProperty.name}: "${customProperty.value}";`;
+ string += `--${customProperty.name}: ${customProperty.value};`;
255
});
256
string += `}`;
257
}
0 commit comments