I'm generating my CSS with twitter bootstrap, and want to simply use that CSS. When the dart CSS preprocessor goes over the already process .less
files, it breaks some of the definitions.
Initially I just put the .css
file in the out/css/
folder and linked to that, but then the dart editor says that it can't find the imported CSS file.