Dave Cross

Results 3 comments of Dave Cross

> Failed to load script at URL file:///Users/david/Library/Application%20Support/com.bohemiancoding.sketch3/Plugins/SketchKit.sketchplugin/Contents/Sketch/src/CSSketch_cached.js, error: Error Domain=NSCocoaErrorDomain Code=260 "The file “CSSketch_cached.js” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/david/Library/Application Support/com.bohemiancoding.sketch3/Plugins/SketchKit.sketchplugin/Contents/Sketch/src/CSSketch_cached.js, NSUnderlyingError=0x7fadcd3f2c60 {Error Domain=NSPOSIXErrorDomain Code=2...

I'm seeing similar behaviour with `span x` not prefixing correctly with `grid-gap`. `grid-area: 1 / 2 / 1 / span 4;` is prefixing to ``` -ms-grid-row: 1; -ms-grid-column: 2; -ms-grid-column-span:...

@Dan503 In the opening post, you stated: > /* -ms-grid-column-span: 3; != grid-column-end: 3; */ > -ms-grid-column-span: 3; > grid-column-end: 3; I followed up by saying the span in `grid-area:...