postscss

node-sass + PostCss = PostScss

ISC License

Downloads
538
Stars
8
Committers
3

Bot releases are visible (Hide)

postscss - v2.0.0 Latest Release

Published by nicbell almost 2 years ago

What's Changed

  • Updated eyeglass from 1.2.1 to 3.0.3
  • Updated node-sass from 4.5.1 to 8.0.0
  • Updated PostCss from 5.2.5 to 8.2.15

Breaking

node-sass update means Node 18 or higher is now required to run PostScss.

Full Changelog: https://github.com/nicbell/postscss/compare/v1.6.0...v2.0.0

postscss -

Published by nicbell almost 8 years ago

Updated deps.

postscss -

Published by nicbell over 8 years ago

Updated deps, see #3

postscss -

Published by nicbell over 8 years ago

Made SASS importer an option, see readme.

postscss -

Published by nicbell over 8 years ago

Add support for @import Sass modules through npm. (Thanks to @mrmartineau see #2)

postscss -

Published by nicbell almost 9 years ago

Improved docs and bumped deps.

postscss -

Published by nicbell almost 9 years ago

Bug fix. Make sure written file is available before returning.

postscss -

Published by nicbell almost 9 years ago

Very small release.

  • Improved console output.
  • Using arrow function instead of loops.
postscss -

Published by nicbell almost 9 years ago

Updated node-sass to 3.4 which uses the latest LibSass 3.3 instead of 3.2.

  • Major features now aligned with Ruby SASS.
  • Massive speed improvements.

See https://github.com/sass/libsass/releases for more info.

postscss -

Published by nicbell almost 9 years ago

Fixed source map line numbers.

postscss -

Published by nicbell almost 9 years ago

Added promises support.