You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue found using following library versions:
Sass v3.3.8
LibSass v2.0
Bourbon v4.0.2
Note: The Bourbon.io GitHub does say to use Bourbon 3.2.x with LibSass, but I think that is because Bourbon 4.0.0 required Sass 3.3.x, which LibSass 2.0 now supports (I'm assuming - if not, remove this issue, the release update noted some support for 3.3.x).
Issue Found
Compiling via Grunt is giving me the following warning, causing Grunt to abort.
Running "sass:dist" (sass) task
Warning: /Users/wade/Dropbox/Code/Personal Dev/Base Wordpress/base-foundation-wordpress-installation/bourbon/helpers/linear-angle-parser:21: error: error reading values after webkit-image
Use --force to continue.
The line in question within Bourbon inside bourbon/helpers/_linear-angle-parser.scss is:
@akhleung@hcatlin that is what I thought, honestly not completely up-to-date on maps yet, so wasn't really sure what this issue pertained to. Thanks for the clarification, and love all the new stuff!
Issue found using following library versions:
Sass v3.3.8
LibSass v2.0
Bourbon v4.0.2
Note: The Bourbon.io GitHub does say to use Bourbon 3.2.x with LibSass, but I think that is because Bourbon 4.0.0 required Sass 3.3.x, which LibSass 2.0 now supports (I'm assuming - if not, remove this issue, the release update noted some support for 3.3.x).
Issue Found
Compiling via Grunt is giving me the following warning, causing Grunt to abort.
The line in question within Bourbon inside bourbon/helpers/_linear-angle-parser.scss is:
The text was updated successfully, but these errors were encountered: