Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@thgh thgh released this 29 Jun 22:23
· 4 commits to v3 since this release

Added

  • Add insert option @syJSdev
  • Add sourceMap option to enable generation of source map @astappiev
  • Add Yarn PnP support` @eagerestwolf
  • Refactor to Typescript
  • Automated testing using Github Actions

Updated

  • Prefer sass over node-sass
  • A processor can receive map as second parameter and return { css: string, map?: string }
  • Remove node-sass from optionalDependencies @astappiev

    You have to specify node-sass or sass in your project dependencies alongside rollup-plugin-scss