Skip to content
Compare
Choose a tag to compare
@atlas-dst-bot atlas-dst-bot released this 14 Oct 04:46
· 2 commits to master since this release
4695b6b

Minor Changes

  • 2750e28: Make support for @atlaskit/css as a first-class import consistently default. This means the same functionality of parsing JSX pragmas, linting specific imports, and extracting styles should all work from @compiled/react and @atlaskit/css equally without the importSources: ['@atlaskit/css'] config we use internally.

    This was already the default in about 1/3rd of the code, but not consistent. Now it's consistent and I've cleaned up duplicated import patterns.