Michael McClintock
Results
3
issues of
Michael McClintock
``` $ lein try net.mikera/core.matrix net.mikera/vectorz-clj user=> (require '[clojure.core.matrix :as m]) user=> (def a (m/matrix [[0 1 0] [1 1 0] [1 -1 -1]])) user=> (m/inverse a) # user=> (m/mmul...
bug
At the moment rules are sorted by class name before writing the css this is most likely a mistake. should investigate how tailwind orders css output
For example `clj -m tailwind.core tw bg-blue` should throw