I found: ``` @media print {} .test { color: red; } p { &:extend(.test); } ``` generates: ``` extend ' .test' has no matches ``` related: https://github.com/twbs/bootstrap/issues/15792 http://stackoverflow.com/questions/28450144/bootstrap-bootswatch-theme-with-less-how-to-compile http://stackoverflow.com/questions/28475730/compiling-bootstrap-less-shows-errors-warnings