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

Vite/Vue3 CSS Import clarification #424

Closed
Mtillmann opened this issue Jul 26, 2024 · 1 comment
Closed

Vite/Vue3 CSS Import clarification #424

Mtillmann opened this issue Jul 26, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Mtillmann
Copy link
Contributor

Mtillmann commented Jul 26, 2024

without importing the stylesheet like this in my main.js, no styles are loaded:

//main.js
import 'shepherd.js/dist/css/shepherd.css'
//...

Is this an error on my end or should I update and pr the readme?
I am using the composition API - the readme currently does not state to import the stylesheet for composition API

@RobbieTheWagner
Copy link
Member

Hi @Mtillmann, the styles have to be imported for the styles to work. Please feel free to open a PR for the README.

@RobbieTheWagner RobbieTheWagner added the question Further information is requested label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants