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 ae889c8 commit dd06c3eCopy full SHA for dd06c3e
1 file changed
lib/stringifier.js
@@ -145,10 +145,7 @@ class Stringifier {
145
? raws.between
146
: this.raw(node, 'between', 'colon')
147
148
- let rawVal = raws.value
149
- let value = rawVal && rawVal.value === node.value ? rawVal.raw : node.value
150
-
151
- let string = node.prop + between + value
+ let string = node.prop + between + this.rawValue(node, 'value')
152
153
if (node.important) {
154
string += raws.important || ' !important'
0 commit comments