Less with maven - how to import generated css -
i have problem less , maven. have less file, generate css using maven plugin , want use css file in views. have of course file in target directory (where maven less plugin generate css). how correctly import generated css views? should use directly path target resources? because when try import less file example in way:
<link href="resources/css/variables.less" rel="stylesheet/less" type="text/css" />
less file imported directly , got error system cannot recognize variables (which obvious). how in correct way? cannot find similar problems on internet.
Comments
Post a Comment