Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrymcgee/vanilla-bug
https://github.com/barrymcgee/vanilla-bug
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/barrymcgee/vanilla-bug
- Owner: barrymcgee
- Created: 2019-01-22T19:14:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:43:14.000Z (about 1 year ago)
- Last Synced: 2024-11-16T14:16:11.400Z (2 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Replicate this bug
- Clone this repo
- Run `npm i`
- Run `npm run build`
- Error in console:```
> [email protected] build /Users/barrymcgee/projects/vanilla-test
> node-sass ./src/sass/cookie-policy.scss --include-path node_modules --output build/css{
"status": 1,
"file": "/Users/barrymcgee/projects/vanilla-test/node_modules/vanilla-framework/scss/_patterns_icons.scss",
"line": 48,
"column": 11,
"message": "\"%icon\" failed to @extend \"%vf-hide-text\".\nThe selector \"%vf-hide-text\" was not found.\nUse \"@extend %vf-hide-text !optional\" if the extend should be able to fail.",
"formatted": "Error: \"%icon\" failed to @extend \"%vf-hide-text\".\n The selector \"%vf-hide-text\" was not found.\nUse \"@extend %vf-hide-text !optional\" if the extend should be able to fail.\n on line 48 of node_modules/vanilla-framework/scss/_patterns_icons.scss\n>> @extend %vf-hide-text;\n\n ----------^\n"
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `node-sass ./src/sass/cookie-policy.scss --include-path node_modules --output build/css`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:
npm ERR! /Users/barrymcgee/.npm/_logs/2019-01-23T11_40_10_554Z-debug.log```