N
N
NIL2015-11-06 21:41:14
css
NIL, 2015-11-06 21:41:14

Why is there an error when compiling less to css?

Startup Design Framework_v1.1.3 when compiling this code, an error occurs, the compiler uses WinLess
Here is the code:

/*Paths to base style*/
@flat-ui-path: "../flat-ui/";
@common-files-path: "../common-files/";
@ui-kit-path: "../ui-kit/";
@img-path: "../../img/";

/*Common styles*/
@import '@{flat-ui-path}less/config.less';
@import '@{flat-ui-path}less/mixins.less';
/*only to flat-ui free*/
@import '@{common-files-path}less/flat-ui-free2.0.0-fix.less';
/* end only for flat-ui free*/
@import '@{common-files-path}less/helper.less';
@import '@{common-files-path}less/mixins.less';
@import '@{common-files-path}less/navbar.less';
@import '@{common-files-path}less/common.less';

This is the error that comes out:
1c9c5d9b6e9445b7ad803896f0a8ecc6.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question