kirbydesign / designsystem

Kirby Design System
https://cookbook.kirby.design
MIT License
85 stars 23 forks source link

Core: declare scss exports in package #3665

Closed RasmusKjeldgaard closed 1 month ago

RasmusKjeldgaard commented 1 month ago

Which issue does this PR close?

This PR closes an issue with missing scss exports from our core package, resulting in the following error when compiling the designsystem package in projects:

image

What is the new behavior?

The package exports field in the badge as web comp PR does not include the utils and global_styles scss partials that were previously exported by default.

They are now added as explicit exports.

Does this PR introduce a breaking change?

Are there any additional context?

Checklist:

The following tasks should be carried out in sequence in order to follow the process of contributing correctly.

Reminders

Review

When the pull request has been approved it will be merged to develop by Team Kirby.