connors / photon

The fastest way to build beautiful Electron apps using simple HTML and CSS
photonkit.com
MIT License
10.01k stars 580 forks source link

dropdown icon broken when css unminified #50

Open ungoldman opened 8 years ago

ungoldman commented 8 years ago

When using photon.css (unminified):

screen shot 2015-10-21 at 1 06 36 am

When using photon.min.css (minified):

screen shot 2015-10-21 at 1 06 56 am

Not sure why this is happening, but it is!

Working on Mac OS X Yosemite if that's at all relevant.

connors commented 8 years ago

Weird. I'll take a look.

connors commented 8 years ago

I'm not seeing this. Can you pull master and confirm this is still happening for you?

ungoldman commented 8 years ago

Forked from master, added the .toolbar-actions boilerplate html from http://photonkit.com (see https://github.com/ngoldman/photon/commit/2a8c68ab27a1c29686c2f9e4c95eaf6b5bbe3069), ran npm install and npm start, and here's what I see:

screen shot 2015-11-01 at 10 00 13 pm

I'm using node 4.2.1 locally but for good measure I tried 0.12 as that's in your .travis.yml, but got the same result. Shouldn't make a difference anyway since both would be using the binary from electron-prebuilt. Tried bumping electron-prebuilt to 0.34.2 without any positive results either.

dbpolito commented 8 years ago

i'm also able to reproduce this...

ghost commented 8 years ago

Same here. You are missing semicolin that makes compiler act weirdly.