Skip to content

Components #5

@doowb

Description

@doowb

In the example for components, the parent class is .bs-example and there are 2 children. One is .btn. From looking at the output, it looks like this will pull out just the element that contains a .btn class that's within an element with .bs-example. But it doesn't pull out the html elements between those 2 elements.

If you look in the _demo/components.html file, you'll see what I'm talking about when you get to the first .bs-example element. It's wrapping a button group, but the results are only the button elements.

I'm just posting this here to clarify... is this the intended use? Or do you expect to get the entire html element starting at the .btn-example?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions