-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
SCSS compile errors #148
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Your player looks absolutely awesome!
I was trying to compile your SCSS with Gulp and got some errors.
It seems there are 2 issues in "plyr.scss":
On line 49 "@gray-dark" is not recognized. I changed this to "$plyr-gray-dark".
On line 62, there is a semicolon before "!default'. I removed this.
Now it compiles without errors.
The text was updated successfully, but these errors were encountered: