com.kangrd/garden-libs

purcss v0.6.1, normalize v5.0.0, bulma v0.3.1


Keywords
clojure
License
EPL-1.0

Documentation

I wanted to use some CSS frameworks within my clojure projects with https://github.com/noprompt/garden

Currently, I have converted Pure CSS and Bulma. As it stands now, these are conversions of the static css files and far inferior to the sass-version if it comes to customzation. So please use this with care.

## Usage

Just require the namespace and define your style like this:

(ns my-css.core
  (:require [garden.def :refer [defstyles]]
            [garden-libs.bulma.v0-3-1 :as bulma]))

(defstyles mycss [ ... ])
(defstyles all [bulma mycss])

## License

Copyright © 2017 Kang Research & Development GmbH, Hamburg, Germany

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.