bright-spark / css3-mediaqueries-js

Automatically exported from code.google.com/p/css3-mediaqueries-js
0 stars 0 forks source link

Seems to be looping through scripts in wrong order #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Place 2 css files in head
2. put css @media overrides in the second css
3. run in IE

What is the expected output? What do you see instead?
Expected that the override @media be applied
Actually applies css from first file, If I swap the script it works.

What version of the product are you using? On what operating system?

Please provide any additional information below.
I think by reversing the ajax array it may work.

Original issue reported on code.google.com by bobjwa...@gmail.com on 3 Apr 2012 at 4:35

GoogleCodeExporter commented 9 years ago
Back from the dead... There is a new version of the script. It has some CSS 
parsing and processing improvements. If you're still using it, or would like to 
try again, could you confirm that this issue is solved or not?

Original comment by wou...@dynora.nl on 4 Apr 2014 at 11:46