morfeojs / morfeo

Morfeo is a build-time CSS-in-TS solution for the next level theming, with the minimum amount of shipped CSS.
https://morfeo.dev
MIT License
36 stars 4 forks source link

feat: #874 - prefix and simplified initialization #875

Closed mauroerta closed 1 year ago

mauroerta commented 1 year ago

Proposed changes

Re-introduction of prefix to prefix classes and variables. Unfortunately, it's not possible for now to re-introduce minify and emoji because, since the process that extracts the classes is detached from the app itself, the order of extraction is different which means that the classes generated ar runtime will not match from the ones generated at build-time.

This is me when I realized I could not put the emojis anymore:

image

Types of changes

Checklist

changeset-bot[bot] commented 1 year ago

โš ๏ธ No Changeset found

Latest commit: 4b91466a0e6045a4ebbb156f87fce99847042ac5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codecov-commenter commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (b094895) 100.00% compared to head (4b91466) 96.80%. Report is 140 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #875 +/- ## =========================================== - Coverage 100.00% 96.80% -3.20% =========================================== Files 103 68 -35 Lines 914 814 -100 Branches 160 146 -14 =========================================== - Hits 914 788 -126 - Misses 0 16 +16 - Partials 0 10 +10 ``` [see 135 files with indirect coverage changes](https://app.codecov.io/gh/morfeojs/morfeo/pull/875/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=morfeojs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.