klipse

Yehonathan Sharvit 2017-06-07T05:47:42.475163Z

You can look at what I’ve done in one of my slides: http://slides.klipse.tech/asciidoc/klipse-clojure.html#slide-22

Yehonathan Sharvit 2017-06-07T05:47:58.476987Z

The rule should be

Yehonathan Sharvit 2017-06-07T05:48:03.477561Z

.hidden {
    visibility: hidden;
    height: 0px;
}

Yehonathan Sharvit 2017-06-07T05:48:18.479356Z

@raymcdermott ⬆️

raymcdermott 2017-06-07T12:49:37.100463Z

My solution is better :-P

raymcdermott 2017-06-07T12:51:40.136056Z

Seriously the visibility rule is poorly supported and my rule is the correct / most widely supported way to implement the desired behaviour as well as being the simplest and most concise