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

SCSS/CSS missing in npm package #2

Closed
philipp-winterle opened this issue Nov 9, 2021 · 2 comments
Closed

SCSS/CSS missing in npm package #2

philipp-winterle opened this issue Nov 9, 2021 · 2 comments

Comments

@philipp-winterle
Copy link

First of all -> Thank you for your effort. I was thinking of exaclty the same problem and you already solved it for me. Nice.

But using it without having the css to display anything is not possible. The package does not contain the "dist" folder. You should consider setting up the package.json to include the dist folder in released.

I guess you will be fast in resolving this issue without any PR needed.

@nawafinity
Copy link
Owner

Hi @hummal ,

I will fix that tomorrow. Thanks.

@nawafinity
Copy link
Owner

Hello, @hummal
This issue has been fixed in version 1.1.0 .

You can now import the compiled CSS.
@import "~toaststrap/bundle/toaststrap.css"
OR
@import url("node_modules/toaststrap/bundle/toaststrap.css

Thanks for reporting.

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

No branches or pull requests

2 participants