Hello,
I'm using the kendo less files in my web application (MVC5 web-api SPA) and i would like to use the variables
from a Theme file (for example kendo.bootstrap.less), but i run into a problem with my own less files.
When i use an import directive @import "kendo.bootstrap.less" in my own Site.less file, Visual Studio 2013 Web Essentials
parses the entire kendo.bootstrap.less and adds everything to the resulting Site.css file.
Because it is impossible to only import variables from another less file, wouldn't it be an idea to keep those variables in a separate less file like kendo.bootstrap.vars.less ?
Thanks in advance.
I'm using the kendo less files in my web application (MVC5 web-api SPA) and i would like to use the variables
from a Theme file (for example kendo.bootstrap.less), but i run into a problem with my own less files.
When i use an import directive @import "kendo.bootstrap.less" in my own Site.less file, Visual Studio 2013 Web Essentials
parses the entire kendo.bootstrap.less and adds everything to the resulting Site.css file.
Because it is impossible to only import variables from another less file, wouldn't it be an idea to keep those variables in a separate less file like kendo.bootstrap.vars.less ?
Thanks in advance.