Skip to content

Fiddle: change export to be all in styles.css and styles.scss#11

Merged
krishan711 merged 2 commits into
mainfrom
export
Nov 30, 2025
Merged

Fiddle: change export to be all in styles.css and styles.scss#11
krishan711 merged 2 commits into
mainfrom
export

Conversation

@krishan711
Copy link
Copy Markdown
Contributor

Description

Screenshots:

Checklist:

  • I have updated the CHANGELOG with a summary of my changes
  • I have updated the documentation accordingly

Copilot AI review requested due to automatic review settings November 30, 2025 15:31
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds explicit package exports configuration to make the CSS and SCSS styles available for consumers of the package. The package is being updated to follow modern ES module conventions with a well-defined exports map, allowing consumers to import styles separately from the main JavaScript module.

  • Added exports field to define entry points for the main module, compiled CSS (./styles.css), and source SCSS (./styles.scss)
  • Updated files field to include src/styles.scss for distribution

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@krishan711 krishan711 merged commit d56527a into main Nov 30, 2025
4 checks passed
@krishan711 krishan711 deleted the export branch November 30, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants