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
I am interpreting the SASS and process some of the tokens to produce a new SASS output which helps in editing some of the SASS and CSS variables through the UI
Hi
Tokenizing this example
$input-height-inner-quarter:#{$input-padding-y / 2} !default;
will return
The tokenizer didn't detect "2} "
any thoughts about this?
Thanks
The text was updated successfully, but these errors were encountered: