surface icon indicating copy to clipboard operation
surface copied to clipboard

Compilation with node-sass failed (v1.02)

Open zombiegh0st opened this issue 7 years ago • 0 comments

Hello, the compilation using node-sass failed, throwing this error:

{ "status": 1, "file": "/var/www/html/presta/modules/masmybanners/lib/scss/modals.scss", "line": 45, "column": 10, "message": "\".modal-trigger\" failed to @extend \".btn--raised\".\nThe selector \".btn--raised\" was not found.\nUse \"@extend .btn--raised !optional\" if the extend should be able to fail.", "formatted": "Error: \".modal-trigger\" failed to @extend \".btn--raised\".\n The selector \".btn--raised\" was not found.\n Use \"@extend .btn--raised !optional\" if the extend should be able to fail.\n on line 45 of scss/modals.scss\n>> \t@extend .btn--raised;\n ---------^\n" }

import './buttons' at the top of modals.scss fixed the issue.

best regards

zombiegh0st avatar Feb 24 '18 17:02 zombiegh0st