0
Antizer(https://github.com/priornix/antizer)をclojurescriptプロジェクトで使用しようとしていますが、UI要素がAnt.design要素として表示されるように、CSSファイルをインポートする場所と場所を特定できません。clojurescriptでAntizerを実装する方法
(:require [reagent.core :as reagent :refer [atom]]
[secretary.core :as secretary :include-macros true]
[accountant.core :as accountant]
[antizer.reagent :as ant]
通常、HTMLファイル(通常はindex.html)を使用してCSSファイルをインポートします。 –
アドバイスをいただきありがとうございます。それは問題を解決するための正しい道に私を置いた! – mtgillin