less_dart 0.3.4 copy "less_dart: ^0.3.4" to clipboard
less_dart: ^0.3.4 copied to clipboard

outdatedDart 1 only

Native Dart Less compiler/transformer to build .css files from .less files.

v.0.3.4 (2016-05-03) #

  • rem function to convert from px, pt or em

v.0.3.3 (2015-12-06) #

  • Basic support for Custom CSS mixins as used in Polymer 1.0: @apply(--mixin-name);

v.0.3.2 (2015-06-06) #

  • Repair transformer bugs

v.0.3.1 (2015-04-19) #

  • clean-css plugin with some optimizations

v0.3.0 (2015-04-09) #

  • Less 2.5.0 code.
  • Custom transformer, custom plugin
  • Breaking Change: Custom functions go into custom plugin
  • @plugin directive with scope for custom functions

v0.2.2 (2015-03-26) #

  • Transformer continous working with pub serve
  • Transformer accept .html files with <style type="text/less> tags

v0.2.1 (2015-03-23) #

  • Transformer support for '.html' files (<less>..</less> -> <style>..</style>).
  • Transformer accept entry_points with * and !.
  • @options and @plugin directives.

v0.2.0 (2015-03-16) #

  • Less 2.4.0 code.
  • Custom Functions.

v0.1.4 (2015-01-12) #

  • Breaking Change: Transformer option 'build_mode' changed to 'dart' as default.
  • Updated Readme and some bugs resolved.

v0.1.3 (2015-01-09) #

  • Final less 1.7.5 code.

v0.1.2 (2015-01-06) #

  • SourceMaps generation.

v0.1.1 (2015-01-02) #

  • Path package integration to normalize file path, according to windows/linux.

v0.1.0 (2014-12-30) #

1
likes
20
pub points
29%
popularity

Publisher

unverified uploader

Native Dart Less compiler/transformer to build .css files from .less files.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

barback, mime, path, source_maps, utf

More

Packages that depend on less_dart