mirror of
https://github.com/hiaaryan/sileo.git
synced 2026-04-26 23:45:50 +03:00
[PR #3] [MERGED] Export styles.css for Astro framework support #21
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sileo#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/hiaaryan/sileo/pull/3
Author: @ttymayor
Created: 2/15/2026
Status: ✅ Merged
Merged: 2/15/2026
Merged by: @hiaaryan
Base:
main← Head:feat/astro-css-support📝 Commits (1)
6d5d1a2feat: export styles.css for framework support📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
package.json(+2 -1)📄 Description
Summary
Adds explicit CSS file export to package.json to support frameworks like Astro that require separate style imports.
Changes
"./dist/styles.css": "./dist/styles.css"export path to package.jsonMotivation
Frameworks like Astro (especially when using View Transitions) need to import CSS files separately from the component library. This export allows users to explicitly import the Sileo styles:
Without this export, users would have to rely on deep imports or workarounds to access the stylesheet.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.