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

Blocks not playing well together with Brick components #29

Open
pablobm opened this issue Mar 13, 2014 · 0 comments
Open

Blocks not playing well together with Brick components #29

pablobm opened this issue Mar 13, 2014 · 0 comments

Comments

@pablobm
Copy link

pablobm commented Mar 13, 2014

I just came across a problem when I was mixing together Building Blocks (specifically headers) and components from Mozilla's Brick http://mozilla.github.io/brick/ (specifically x-layout).

Turns out these two don't work that well together because the CSS selectors for Building Blocks are too specific. For example, I was able to fix some things by replacing every instance of section[role=region] with [role=region].

My question: do blocks need to have so specific selectors? Could these be relaxed a bit so that they can play better with other libraries?

I guess a longer-term question would be: do Mozilla/FirefoxOS have plans to turn Building Blocks into x-tag elements?

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