-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
@css-blocks/coreIssue with the core CSS Blocks libraryIssue with the core CSS Blocks library
Description
This issue was originally filed by @amiller-gh against the runtime repo which has been merged into the css-blocks monorepo:
It doesn't make much sense to deliver as an independently versioned peer dependency. The rewriters will use a specific version of the runtime and that runtime will most likely be coupled to the version of css-blocks. Instead, css-blocks can:
- Return to the rewriters the exact arguments that must be passed into the helper, instead of raw boolean expressions.
- Expose the runtime in a well-defined location for rewriters to proxy up to the app they are integrated into.
This will reduce project module complexity and help to unify implementations of css-blocks across the board.
Metadata
Metadata
Assignees
Labels
@css-blocks/coreIssue with the core CSS Blocks libraryIssue with the core CSS Blocks library