Skip to content

Releases: matthieu-beteille/cljs-css-modules

0.2.1

04 Jan 17:45
Compare
Choose a tag to compare
  • If you use the macro from clojure, it will define a map containing both the generated css and the map between original selectors and localised selectors.

0.2.0

27 Oct 11:07
Compare
Choose a tag to compare
  • [BREAKING] defstyle doesn't take an array of style rules anymore, but multiple style rules one after the other.
    (to be more consistent with garden)
  • Support for media-query and keyframes
  • Support compiler options
  • Add style component (to document, see tests for now)