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

CSS should not be required to use this library #166

Closed
rykener opened this issue Jun 30, 2017 · 1 comment
Closed

CSS should not be required to use this library #166

rykener opened this issue Jun 30, 2017 · 1 comment

Comments

@rykener
Copy link

rykener commented Jun 30, 2017

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.

@RobbieTheWagner
Copy link
Member

Would you be interested in submitting a PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants