This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Description
Hey Matt,
It seems that the compiler fails to compile the newest version of Bootstrap (1.4.0). It seems that the compilation fails on the reset.less file and I traced the issue down to the second line in the following comment block:
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
I have no idea why this happens but everything works fine when I remove second line, which is extremely wierd.