Jakob Dam Jensen
Jakob Dam Jensen
The following gives incorrect output: ``` .footer__navigation { border-bottom: 1px solid $brown; overflow: hidden; padding: 30px 0; +above($m) { display: flex; justify-content: center; margin: 0 auto; max-width: $m; } }...
I'm experiencing a weird issue. I've got a form which is shared between my update and create actions in Rails 5. Pretty standard pattern. In my update action I can...
Got this build in my jade file: ``` doctype html html head link(href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700,600' rel='stylesheet' type='text/css') //- build:css /public/css/app/app.css link(rel='stylesheet', href='/public/app/main.css') //- endbuild meta(name="google" content="notranslate") meta(name="viewport" content="width=device-width, initial-scale=1, user-scalable=no") ``` And...