peterbe / mincss

Tool for finding out which CSS selectors you're NOT using.
https://peterbe.github.io/mincss/
BSD 3-Clause "New" or "Revised" License
854 stars 92 forks source link

Demonstrate issue 17 #25

Closed sullerandras closed 7 years ago

sullerandras commented 10 years ago

I ran into the same issue as #17 , so I created a small test case for it. The problematic css was this in my case:

      @media screen and (max-width: 400px) {
        @-ms-viewport {
          width: 320px;
        }
      }

This is from Bootstrap 3.0.0. The latest Bootstrap (3.2.0) seems to be ok with mincss.