Hi
I just tested blesscss to get my css splitted to multiple files. I remarked then, using a diff-tool, that there are 3 lines for media-queries just deleted:
@media all and (min-width: 41.3125em) and (max-width: 50em) {
@media all and (max-width: 41.25em) {
@media all and (min-width: 41.3125em) and (max-width: 50em) {
=> As there is the opening bracket missing, but not the closing one, the css is really broken completely, not only the code inside the mediaquery.
All other lines of code are perfectly splitted into 2 files and this would work really great!
Any idea where the problem could be? Is it possible to fix this?
Thanks!
Hi
I just tested blesscss to get my css splitted to multiple files. I remarked then, using a diff-tool, that there are 3 lines for media-queries just deleted:
@media all and (min-width: 41.3125em) and (max-width: 50em) {
@media all and (max-width: 41.25em) {
@media all and (min-width: 41.3125em) and (max-width: 50em) {
=> As there is the opening bracket missing, but not the closing one, the css is really broken completely, not only the code inside the mediaquery.
All other lines of code are perfectly splitted into 2 files and this would work really great!
Any idea where the problem could be? Is it possible to fix this?
Thanks!