WIP: Export font.scss mixin to library consumers #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
chocbite/ts-lib-icons!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "copilot/fix-font-scss-mixin-access"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
@mixin material-symbols-roundedinfont.scsswas not available to library consumers — it was compiled away to CSS during build and the source SCSS was never shipped.Changes
tsup.config.ts: Set format to ESM-only (was["cjs", "esm"]), addedclean: true, addedonSuccessto copyfont.scssand font assets intodist/package.json: Build script delegates entirely totsup.config.ts("build": "tsup"), added"./font.scss"export pointing to./dist/font.scssUsage
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Pull request closed