Quantcast
Channel: bundletransformer Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 698

Closed Issue: CssTransform can't handle relative less imports [8]

$
0
0
I have several shared .less files, that are imported from other .less files like this:

@import "../Shared/Reset.less";

However, when I use CssTransform, it's not able to resolve those files.

It was able to solve it using the code from https://gist.github.com/2002958, suggested in http://stackoverflow.com/questions/9593254/mvc4-less-bundle-import-directory. However, it would be nicer if it was included in the CssTransform out of the box.


Viewing all articles
Browse latest Browse all 698

Trending Articles