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

Missing import "extends/base" #55

Closed
nianwang opened this issue May 22, 2014 · 2 comments
Closed

Missing import "extends/base" #55

nianwang opened this issue May 22, 2014 · 2 comments

Comments

@nianwang
Copy link

For Bitters version 0.9.4 ...

When importing Bitters in my SASS, this error popped up:

error bower_components/bitters/app/assets/stylesheets/_bitters.scss (Line 10: File to import not found or unreadable: extends/base.

Using the Bower package (as "bitters": "~0.9.4" within bower.json) here is the file tree:

bower_components/bitters/
├── Gemfile
├── LICENSE
├── README.md
├── Rakefile
├── app
│   └── assets
│       └── stylesheets
│           ├── _bitters.scss
│           ├── _buttons.scss
│           ├── _flashes.scss
│           ├── _forms.scss
│           ├── _grid-settings.scss
│           ├── _lists.scss
│           ├── _tables.scss
│           ├── _typography.scss
│           ├── _variables.scss
│           ├── extends
│           │   ├── _button.scss
│           │   ├── _clearfix.scss
│           │   ├── _ellipsis.scss
│           │   ├── _extends.scss
│           │   └── _hide-text.scss
│           └── mixins
│               ├── _flash.scss
│               └── _mixins.scss
├── bin
│   └── bitters
├── bitters.gemspec
└── lib
    ├── bitters
    │   ├── generator.rb
    │   └── version.rb
    └── bitters.rb

8 directories, 25 files

Is there a missing file, or is this an extraneous import?

@kylefiedler
Copy link
Contributor

@nianwang this should be fixed if you update bitters

@nianwang
Copy link
Author

I see it updates to version 0.9.5 and compiles successfully, thanks!

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