Warning: a number of breaking changes are included in this release
- Dropped the
diroption, always use directory fromposition.sourcein the AST (see #10). You should provide thesourceoption when parsing the CSS to get the right import directory. - Search the
aliasoption for aliased directories when importing (see #15) - Never apply the
aliasconfig for relative imports (e.g.@import "./file";) - Moved the repo to reworkcss/rework-npm