less_dart 0.2.1
less_dart: ^0.2.1 copied to clipboard
Native Dart Less compiler/transformer to build .css files from .less files.
0.2.1 - 2015-03-23 #
- Transformer support for '.html' files (
<less>..</less>
-><style>..</style>
). - Transformer accept entry_points with * and !.
- @options and @plugin directives.
0.2.0 - 2015-03-16 #
- Less 2.4.0 code.
- Custom Functions.
0.1.4 - 2015-01-12 #
- Breaking Change: Transformer option 'build_mode' changed to 'dart' as default.
- Updated Readme and some bugs resolved.
0.1.3 - 2015-01-09 #
- Final less 1.7.5 code.
0.1.2 - 2015-01-06 #
- SourceMaps generation.
0.1.1 - 2015-01-02 #
- Path package integration to normalize file path, according to windows/linux.
0.1.0 - 2014-12-30 #
- Initial translation less 1.7.5.