Rob Fyffe
Results
2
issues of
Rob Fyffe
I have the latest version of SASS & Grunt installed. When I try to extend a responsive class like so: .project { @extend %grid__item; @extend %one-third; @extend %desk--one-third; } I...
When I bundle my library that has the below dependency versions, the component is trying to import the older version of styled-base rather than the latest styled/base. ``` "use strict";...
bug
needs triage