gravity-ui / navigation

https://preview.gravity-ui.com/navigation
MIT License
19 stars 4 forks source link

chore(rollup): Add CSS Extraction to Rollup Configuration #259

Closed lu-perfect closed 6 days ago

lu-perfect commented 1 week ago

In this PR, I have updated the Rollup configuration to extract CSS files from SCSS sources using the rollup-plugin-postcss. The primary goal is to improve the usability of the package for ssr projects by allowing users to directly import a pre-compiled CSS file.

Notes

This implementation could be considered a temporary solution to address immediate integration challenges.