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
Codekit throws an error on the ../addons/_html5-input-types.scss file in the latest couple of Bourbon libraries saying that it cannot compile. Here is the text from the error. It seems to be having a problem with the !global declaration, as when I comment that out, it works fine.
Error:
Syntax error: Invalid CSS after "...-type), comma) ": expected "}", was "!global;"
on line 25 of /Documents/Prototypes/test-proj/stylesheets/bourbon/addons/_html5-input-types.scss
from line 59 of /Documents/Prototypes/test-proj/stylesheets/bourbon/_bourbon.scss
The text was updated successfully, but these errors were encountered:
Nope... I am using the built in Sass compiler. I just downloaded a new version of the Bourbon library to take advantage of the latest flexbox spec mixins.
This looks like an error in Bourbon. Please check with the Bourbon team and try compiling the file using Sass 3.2.12 (the latest stable release) at the command line.
Codekit throws an error on the ../addons/_html5-input-types.scss file in the latest couple of Bourbon libraries saying that it cannot compile. Here is the text from the error. It seems to be having a problem with the !global declaration, as when I comment that out, it works fine.
Error:
Syntax error: Invalid CSS after "...-type), comma) ": expected "}", was "!global;"
on line 25 of /Documents/Prototypes/test-proj/stylesheets/bourbon/addons/_html5-input-types.scss
from line 59 of /Documents/Prototypes/test-proj/stylesheets/bourbon/_bourbon.scss
The text was updated successfully, but these errors were encountered: