Andreas
Andreas
The `configstore` randomly throws this error. ``` sh .../node_modules/configstore/index.js:86 return this.all[key]; ^ TypeError: Cannot read property 'update' of undefined at Object.Configstore.get (.../node_modules/configstore/index.js:86:17) at UpdateNotifier.check (.../node_modules/update-notifier/index.js:51:28) at module.exports (.../node_modules/update-notifier/index.js:127:17) at Object.
The `configstore` randomly throws this error. ``` sh .../node_modules/sync-files/node_modules/configstore/index.js:86 return this.all[key]; ^ TypeError: Cannot read property 'optOut' of undefined at Object.Configstore.get (.../node_modules/sync-files/node_modules/configstore/index.js:86:17) at UpdateNotifier.check (.../node_modules/sync-files/node_modules/update-notifier/index.js:47:18) at module.exports (.../node_modules/sync-files/node_modules/update-notifier/index.js:127:17) at Object....
The `configstore` randomly throws this error. ``` sh .../node_modules/configstore/index.js:86 return this.all[key]; ^ TypeError: Cannot read property 'lastUpdateCheck' of undefined at Object.Configstore.get (.../node_modules/configstore/index.js:86:17) at UpdateNotifier.check (.../node_modules/update-notifier/index.js:58:31) at module.exports (.../node_modules/update-notifier/index.js:127:17) at Object....
It would be very comfortable to log not only the failed CSS property, but also it's wrong value, istead of: ````sh 27:5 ✖ Expected variable for "color". sh-waqar/declaration-use-variable ```` Better:...
https://design.axa.com/toolkit/templates/axa-com/ 
https://design.axa.com/toolkit/components/alerts/ 
https://design.axa.com/toolkit/components/bootstrap/#buttons 
Currently collapsing margins could mess up with distances. To prevent those possible inconsistent dimension, sizes and distances, `vertical-rhythm` with single direction `margin`'s does a great job and visually feels like...
It would be cool to run preprocessor through babel, like with the [webpack loader](https://github.com/dearrrfish/preprocess-loader)
I want to use some Icons from an existing SVG-Icons-Sprite by utilizing SVG's `` tag. Unfortunately this does not seem to work. Instead of having the `` at the correct...