cljsjs/device

Device.js makes it easy to write conditional CSS _and/or_ JavaScript based on device operating system (iOS, Android, Blackberry, Windows, Firefox OS, MeeGo, AppleTV, etc), orientation (Portrait vs. Landscape), and type (Tablet vs. Mobile).

Leiningen/Boot

[cljsjs/device "0.2.7-0"]

Clojure CLI/deps.edn

cljsjs/device {:mvn/version "0.2.7-0"}

Gradle

implementation("cljsjs:device:0.2.7-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>device</artifactId>
  <version>0.2.7-0</version>
</dependency>