Skip to content

CSS should not be required to use this library #166

@rykener

Description

@rykener

When the shepherd css is not included in the DOM, previous steps do not go away.

The css has something along the lines of

.shepherd-element {
  display: none;
}

.shepherd-element.shepherd-open {
  display: block;
}

This is a pretty simple amount of functionality that would be ideal to have the javascript handle.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions