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

Native Dart Less compiler/builder to generate .css files from .less sources.

2.3.8 (2020-08-22) #

  • Color Node refactoring
  • Clean-css: Avoid selectors compression if starts with number

2.3.7 (2019-12-25) #

  • Linter update to pedantic 1.9.0.

2.3.6 (2019-12-21) #

  • Mark dependents for imports in packages to let builder updates.

2.3.5 (2019-11-20) #

  • Support for builder in other less packages (Ex. Angular lib)
  • Changed build.yaml auto_apply: from 'none' to 'dependents'

2.3.4 (2019-10-31) #

  • Builder bug with relative imports

2.3.3 (2019-10-27) #

  • Linter updates.
  • Resolve bug in builder when @import packages

2.3.2 (2019-08-25) #

  • Linter updates.
  • Less 3.10.3 code.

2.3.1 (2019-07-08) #

  • Prepare for breaking change to HttpClientResponse return type (sdk #36900).

2.3.0 (2019-06-19) #

  • Less 3.9.0 code.
  • Dependencies upgrade.

2.2.0 (2018-11-19) #

  • Less 3.8.1 code, including namespaces and each function.

2.1.0 (2018-10-02) #

  • Less 3.0.4 code.
  • Build updated to 1.0.0.

2.0.1 (2018-09-09) #

  • Internal code to simplify types.

2.0.0 (2018-07-27) #

  • Dart 2.0.0-dev.68.0 compliant. It don't work with Dart 1.x.
  • Transformer replaced by builder.

1.1.1 (2017-12-18) #

  • Fix a crash that occurred in transformer mode in case if the less file imports another one from the same folder
  • Fix incorrect paths in relative imports

1.1.0 (2017-12-10) #

  • Less 3.0.0.-alpha.3 code.
  • imports in *.less which start from "packages/..." are now handled according paths in .packages file generated by pub. see Readme.
  • Linter suggested changes
  • Custom Functions annotation changed to @DefineMethod(...)
  • Internal node name Directive changed to AtRule, and Rule to Declaration. Could affect some plugins
  • options.definePlugin requires named parameters in load and options. See batch_test.

1.0.0 (2017-02-27) #

  • Min sdk 1.22.0
  • Enable strong mode
  • Boost speed
  • Analysis clean up
  • Some bugs removal

0.3.4 (2016-05-03) #

  • rem function to convert from px, pt or em

0.3.3 (2015-12-06) #

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

0.3.2 (2015-06-06) #

  • Repair transformer bugs

0.3.1 (2015-04-19) #

  • clean-css plugin with some optimizations

0.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

0.2.2 (2015-03-26) #

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

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) #

1
likes
40
pub points
40%
popularity

Publisher

unverified uploader

Native Dart Less compiler/builder to generate .css files from .less sources.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

build, build_config, meta, mime, package_resolver, path, source_maps, source_span, utf

More

Packages that depend on less_dart