You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are use-cases I can see for wanting to run the prefixer for property names where the value is an object. Examples might include wanting to prefix &::placeholder { /* ... */ } to the following:
Is there any danger in also running the prefixer on property names when the value is of type object? (I've checked the type declarations for the prefixer and at present it's expecting a value of type any).
The text was updated successfully, but these errors were encountered:
At present it seems like the prefixer module is only invoked if:
@
(See https://github.com/cristianbote/goober/blob/master/src/core/parse.js)
There are use-cases I can see for wanting to run the prefixer for property names where the value is an object. Examples might include wanting to prefix
&::placeholder { /* ... */ }
to the following:Is there any danger in also running the prefixer on property names when the value is of type object? (I've checked the type declarations for the prefixer and at present it's expecting a value of type
any
).The text was updated successfully, but these errors were encountered: