chinchang / web-maker

A blazing fast & offline frontend playground
https://webmaker.app
MIT License
2.56k stars 316 forks source link

#rrggbbaa and #rgba color notations not working in SCSS #393

Closed andrienko closed 5 years ago

andrienko commented 5 years ago

Meta info

The problem

In SCSS, something like this:

body {
  background: #0004;
}

does not work (css disappears entirely).

It works fine in either CodePen and manually configured SCSS. Also it works fine in plain CSS, as modern browsers support it, and in LESS.

chinchang commented 5 years ago

Hi @andrienko I tried replicating the issue, but it seems to be working. Here is a screenshot: Screenshot 2019-04-15 23 12 48 Also works in SCSS mode. Just curious, doesn't even refreshing the app help?

I would request you to please make a screen recording of the issue if possible to understand what exactly is happening w.r.t "css disappears entirely". Thank you.

andrienko commented 5 years ago

Hi @chinchang No, even refreshing does not help, I afraid :<

The browser is Chrome on OSX. AdBlocks and other stuff are disabled. I am not behind any proxy.

Works just fine for CSS and LESS. Strangely, it works fine for color property in scss, but does not for, say, background and box-shadow.

PFCujxP3xr

chinchang commented 5 years ago

I'll update the SASS compiler and see if that fixes this.

chinchang commented 5 years ago

fixed in v4.0.1 web app