Skip to content

Media Queries partially removed #38

Description

@bluerouse

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions