Esri / calcite-web

Authoritative front-end development resources for Calcite design initiative. Includes extendable base components and styles, as well as a modular and efficient framework for ArcGIS properties.
http://esri.github.io/calcite-web/
Apache License 2.0
109 stars 58 forks source link

Upgrade from v1.0.0-beta.7 to v1.0.0-beta.8 throws node build error #552

Closed lheberlie closed 8 years ago

lheberlie commented 8 years ago

node-sass": "^3.3.3

Command:

node-sass source/assets/sass/default.scss build-artifacts/assets/css/default.css --include-path node_modules/calcite-web/dist/sass/ --source-comments=true --source-map-contents=true --source-map-embed=true

Error:

{
  "formatted": "Error: \"select\" failed to @extend \"avenir-regular()\".\n       The selector \"avenir-regular()\" was not found.\n       Use \"@extend avenir-regular() !optional\" if the extend should be able to fail.\n        on line 191 of node_modules/calcite-web/dist/sass/calcite-web/components/_form.scss\n>>     @extend avenir-regular();\n   ----^\n",
  "message": "\"select\" failed to @extend \"avenir-regular()\".\nThe selector \"avenir-regular()\" was not found.\nUse \"@extend avenir-regular() !optional\" if the extend should be able to fail.",
  "column": 5,
  "line": 191,
  "file": "/Users/lloy3317/Git/Development/Devtopia/arcgis-js-sdk-4/node_modules/calcite-web/dist/sass/calcite-web/components/_form.scss",
  "status": 1
}
nikolaswise commented 8 years ago

Looks like a stray sass command on our end. Fixed in the nest release.