This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-13
Channels
- # admin-announcements (8)
- # beginners (28)
- # boot (2)
- # bristol-clojurians (4)
- # cider (12)
- # clojure (177)
- # clojure-android (23)
- # clojure-canada (1)
- # clojure-dev (21)
- # clojure-italy (27)
- # clojure-korea (1)
- # clojure-russia (20)
- # clojure-spain (1)
- # clojurebridge (11)
- # clojurescript (156)
- # core-matrix (1)
- # cursive (2)
- # datomic (39)
- # events (1)
- # hoplon (13)
- # immutant (4)
- # javascript (2)
- # jobs (1)
- # ldnclj (13)
- # luminus (2)
- # melbourne (25)
- # off-topic (9)
- # onyx (13)
- # re-frame (110)
- # reagent (5)
@catonano: im just looking into how to generate semantic ui from its original .less sources so we can do some theming on it.
i will keep you updated in that case
i've just looked into https://github.com/webjars/Semantic-UI
but according to the file list: http://www.webjars.org/listfiles/Semantic-UI/2.0.7
it doesn't have
• extern files
• .less sources
so i was thinking about using
https://github.com/Semantic-Org/Semantic-UI-LESS
and package it up ourselves and when included into a project,
we can compile it together with customizations, using
https://github.com/Deraen/boot-less
I'm getting a
ERROR file:/Users/pair/.boot/cache/tmp/Users/pair/exicon/hoplon-multipage-example/1ss8/-kea5xo/sui/semantic.less 15:1
Appender symbol is not allowed inside top level rulesets.
error, but it seems the underlying library has just recently released support for this:
https://github.com/SomMeri/less4j/wiki/Released-Versions#less4j-1130
• Top level rulesets allow appender &.
i've forked less4clj and boot-less to update the less4j version but it's not terminating for me 😞
boot -BP -t target -d deraen/boot-less:0.4.1-SNAPSHOT -s src/sui less
Compiling {less}... 49 changed files.
<and hangs here>