Daniel Rivas
Results
2
issues of
Daniel Rivas
According to [this](http://www.w3.org/TR/CSS21/cascade.html#at-import), the `@import` should be added to the top of the file, but: ``` clojure (defcssfn url) (css [:body {:font-size "1em"}] (at-import (url "http://fonts.googleapis.com/css?family=Josefin+Slab:400,700|Inconsolata:400,700|Raleway:400,400italic,700")) [:p {:font-weight "bold"}]) ```...
bug
Depending on the driver we might have easy access to a configurable `driver.Connector`, but not a configurable `driver.Driver`. This change adds a couple new functions so we can wrap a...