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

Sass file bulma/sass/base doesn't include skeleton #3836

Open
phil-w opened this issue Jun 9, 2024 · 0 comments
Open

Sass file bulma/sass/base doesn't include skeleton #3836

phil-w opened this issue Jun 9, 2024 · 0 comments

Comments

@phil-w
Copy link

phil-w commented Jun 9, 2024

This is about Bulma .

Overview of the problem

Including bulma/sass/base grabs you the contents of the _index file in that directory, but omits skeleton.

  • This is about the Bulma CSS framework
  • I'm using Bulma version 1.0.0

Description

Missing SASS include in _index file for base.

Expected behavior

@forward "bulma/sass/base"; should be sufficient.

Either skeleton should live somewhere else, or it should be included as per other base components.
This is not what I expected to need:

@forward "bulma/sass/base";
@forward "bulma/sass/base/skeleton";

Actual behavior

Skeleton is missed out of the _index include so you need to explicitly add it as above.

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