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

Can't import bootstrap #1

Open
1 of 3 tasks
Ganakim opened this issue Aug 29, 2024 · 0 comments
Open
1 of 3 tasks

Can't import bootstrap #1

Ganakim opened this issue Aug 29, 2024 · 0 comments

Comments

@Ganakim
Copy link

Ganakim commented Aug 29, 2024

  • Feature request
  • Bug report
  • Question

meteor version: 3.0.2
activitree:scss3 version: 1.0.3
bootstrap version: 5.3.3 (via package.json)

I have tried about everything I can think of given the guide on this package, but I can't for the life of me figure out how to properly use this with bootstrap. I've got the symlink in my imports folder, but the only outcome I've been able to get is:

sass.Exception [Error]: Can't find stylesheet to import.
  │
1 │ @import "bootstrap";
  │         ^^^^^^^^^^^

I've tried all the following paths:
bootstrap
Bootstrap
{}/node_modules/bootstrap/scss/bootstrap.scss
{}/node_modules/bootstrap/scss/bootstrap
imports/bootstrap/scss/bootstrap
imports/bootstrap/scss/bootstrap.scss
{}/imports/bootstrap/scss/bootstrap
{}/imports/bootstrap/scss/bootstrap.scss
{}/imports/bootstrap
imports/bootstrap

And, the error changes accordingly, but at this point, I'm unsure if I'm just and idiot, or if this is a bug.

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

1 participant