nathansmith / unsemantic

Fluid grid for mobile, tablet, and desktop.
http://unsemantic.com
MIT License
1.38k stars 161 forks source link

doubled code in files #2

Closed partnuz closed 11 years ago

partnuz commented 11 years ago

Hi It seems that you have doubled code in files unsemantic-grid-desktop.css and unsemantic-grid-mobile.css

nathansmith commented 11 years ago

Can you be more specific?

I was changing some things around, so I might have inadvertently (temporarily) introduced a bug. But, I just checked and the files themselves have code specific to desktop and mobile…

http://unsemantic.com/stylesheets/unsemantic-grid-desktop.css

http://unsemantic.com/stylesheets/unsemantic-grid-mobile.css

Meaning, some of the style rules might be the same (such as float:left) but the class names are not — .grid-x versus .mobile-grid-x, etc.

Also, as of this morning, there are now versions without the IE7 code…

http://unsemantic.com/stylesheets/unsemantic-grid-desktop-without-ie7.css

http://unsemantic.com/stylesheets/unsemantic-grid-mobile-without-ie7.css

partnuz commented 11 years ago

Now everything looks fine. I'm closing this as solved.