·
639 commits
to master
since this release
Minor Changes
-
#20
3311914Thanks @mattcompiles! - Ensure generated hashes are scoped by packagevanilla-extract uses file path to ensure unique identifier (e.g. class names, CSS Variables, keyframes, etc) hashes across your application. This information is added to your
*.css.tsfiles at build time. The issue with this approach is it meant*.css.tsfiles couldn't be pre-compiled when being published to npm.This change adds support for pre-compilation of packages by adding package name information to identifier hashes.
-
#20
3311914Thanks @mattcompiles! - RemoveprojectRootandaliasoption