mirror of https://github.com/status-im/reagent.git
Fix site display on mobile
This commit is contained in:
parent
5550c12b9e
commit
96f57a27b6
|
@ -47,5 +47,5 @@
|
||||||
(defn start! [{:keys [test-results]}]
|
(defn start! [{:keys [test-results]}]
|
||||||
(reset! test-results-comp test-results)
|
(reset! test-results-comp test-results)
|
||||||
(tools/start! {:body (fn [] [demo])
|
(tools/start! {:body (fn [] [demo])
|
||||||
:css-infiles ["site/public/css/main.css"
|
:css-infiles ["site/public/css/examples.css"
|
||||||
"site/public/css/examples.css"]}))
|
"site/public/css/main.css"]}))
|
||||||
|
|
|
@ -226,7 +226,7 @@
|
||||||
(apply (.' path :join) paths)))
|
(apply (.' path :join) paths)))
|
||||||
|
|
||||||
(defn read-css []
|
(defn read-css []
|
||||||
(clojure.string/join "\\n"
|
(clojure.string/join "\n"
|
||||||
(map read-file (:css-infiles @config))))
|
(map read-file (:css-infiles @config))))
|
||||||
|
|
||||||
(defn write-resources [dir]
|
(defn write-resources [dir]
|
||||||
|
|
Loading…
Reference in New Issue