문제

I', using bootstrap 3 and I have an issue with the file variables.less. I build bootstrap.less perfectlly but when I build variables.less return me a blank css. Only with that file, any body knows why?

도움이 되었습니까?

해결책

You can't build variables.less separately, because there is nothing there to produce a valid CSS other than (what the filename says) variables, that are not supported by CSS. You should just compile the bootstrap.less file, it includes the variables.less (and all other required less files).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top