https://github.com/kangsy/garden-libs
https://github.com/kangsy/garden-libs
clojure
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kangsy/garden-libs
- Owner: kangsy
- License: epl-1.0
- Created: 2017-03-19T11:54:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T12:45:30.000Z (over 9 years ago)
- Last Synced: 2025-10-21T23:41:25.047Z (9 months ago)
- Topics: clojure
- Language: Clojure
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# garden-purecss
I wanted to use some CSS frameworks within my clojure projects with [[https://github.com/noprompt/garden]]
Currently, I have converted [[https://purecss.io/][Pure CSS]] and [[http://bulma.io/][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:
#+BEGIN_SRC clojure
(ns my-css.core
(:require [garden.def :refer [defstyles]]
[garden-libs.bulma.v0-3-1 :as bulma]))
(defstyles mycss [ ... ])
(defstyles all [bulma mycss])
#+END_SRC
## 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.