1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-06 10:40:43 +00:00
notes/node_modules/postcss-less/CHANGELOG.md
Patrick Marsceill b7b0d0d7bf
Initial commit
2017-03-09 13:16:08 -05:00

668 B

0.14.0

  • fixed parsing of semicolon after mixin without body

0.13.0

  • set the default stringifier for Rule

0.3.0

  • Merged in webschik's changes
  • cleanup of various files (license, readme, gulp file)
  • added a number of new tests to capture integration failures
  • resolved remaining integration failures
  • further linting cleanup (eslint strict)

0.2.0

  • Cleanup of source and build files (eslint standards)
  • fixing issue with @ inside of a string in parens
  • new dist folder for npm with minified source files

0.1.3

  • Fix ES2015 module export.

0.1.2

  • Fix interpolation inside string.

0.1.1

  • Fix url() parsing.

0.1

  • Initial release.