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

Broken Behavior path #19

Closed
yahreen opened this issue May 8, 2013 · 3 comments
Closed

Broken Behavior path #19

yahreen opened this issue May 8, 2013 · 3 comments

Comments

@yahreen
Copy link

yahreen commented May 8, 2013

When I compile my CSS, I see this broken path for legacy browsers:

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('/app/assets/css/../behaviors/box-sizing/boxsizing.php');
}

Is that supposed to be there?

@Snugug
Copy link
Member

Snugug commented May 8, 2013

Yes it is, however it seems as if I forgot to document the install for the behavior. Run `compass install toolkit/box-sizing" one folder back from your CSS directory (a Behaviors folder should be created and be a sibling to your CSS Dir)

@Snugug Snugug closed this as completed May 8, 2013
@yahreen
Copy link
Author

yahreen commented May 9, 2013

I get: No such framework: "toolkit"

@Snugug
Copy link
Member

Snugug commented May 9, 2013

But… that's not physically possible. You're using toolkit. Are you simply importing the Sass files from a cloned repository, or are you using the Compass extension? If you're using the Compass extension as extensions are designed to be used, then it's physically not possible for you to both be using the extension and for it not to be available.

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