Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offer precompiled styles for non-Sass apps #81

Open
certainlyakey opened this issue Apr 19, 2023 · 0 comments
Open

Offer precompiled styles for non-Sass apps #81

certainlyakey opened this issue Apr 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@certainlyakey
Copy link
Contributor

Summary

Many projects use Sass, but many do not. The cvi-styles package right now can only be consumed as a bunch of Sass files that assume presence of Sass as a dependency in an app that employs that library.

However this should not be mandatory since it could be perfectly fine to simply utilise CSS classes and CSS variables coming from the library. An app should be able to employ vanilla CSS, PostCSS, Less or something else and enjoy the CVI library at the same time.

Precompiled styles should be offered as one CSS file.

What alternatives have you tried?

No response

Does this feature request involve any updates to the reference design?

No

Implementation details

A CSS file should be generated when running npm run build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant