KWrite can't handle variables ($something) in the @media part. This will result in the rest of the file being seen as invalid: @media (max-width: $navbar-breaksize) { .navbar-header { float: none; } This is in css and scss files. @media often causes weird issues, btw, not sure what exactly is wrong though... Reproducible: Always
Hi Jos, CSS and SCSS got a huge update in 2017-02-12, specifically to improve handling the @media parts. As such, I believe your issue is fixed and should work as expected. If you can, would be nice if you could confirm this. See bug #376005 for all the details. *** This bug has been marked as a duplicate of bug 376005 ***