-
Notifications
You must be signed in to change notification settings - Fork 212
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
$popover-arrow-width SCSS variable in shards.css file #32
Comments
@hansy Can you please provide more details about your current setup? What version of Node are you using and what errors are you receiving? |
Of course. Actually (I apologize), I'm using Nuxt v1.40, which is basically Vue.js. Everything is the default configuration except that I included the use of the SASS preprocessor (
My
This fails with:
Commenting out the shards import statement "resolves" the error. |
@hansy Great find! The shards-ui/src/scss/_variables.scss Line 759 in 3fe228e
I'll push the fix for this bug in the 2.0.3 patch which will be published in the following days or Monday at the latest. Until then, a quick fix would be to recompile the $popover-arrow-outer-width: $popover-arrow-width + 1; Sorry for the inconvenience and thank you for reporting this bug. 😃 |
* Fix `$popover-arrow-width` interpolation issue #32. * Update package dependencies. * Add support for nouislider 11.1.0 - #31 * Update readme. * Fix demo page responsive display issues #29 * Update dependencies and bump version number. * Update distributed files. * Fix readme description. * Update changelog.
* Fix `$popover-arrow-width` interpolation issue #32. * Update package dependencies. * Add support for nouislider 11.1.0 - #31 * Update readme. * Fix demo page responsive display issues #29 * Update dependencies and bump version number. * Update distributed files. * Fix readme description. * Update changelog.
I kept receiving parsing errors when trying to import styles in a Node project. These lines might be the culprit:
shards-ui/dist/css/shards.css
Lines 3973 to 3979 in bab8f42
The text was updated successfully, but these errors were encountered: