All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.raquo.laminar.keys.StyleVendorPrefixes.scala Maven / Gradle / Ivy

The newest version!
package com.raquo.laminar.keys

object StyleVendorPrefixes {

  /** Firefox */
  val moz: String = "-moz-"

  /** Microsoft Edge and Internet Explorer */
  val ms: String = "-ms-"

  /** All WebKit-based browsers like Chrome, Safari, all iOS browsers */
  val webkit: String = "-webkit-"

  /** Old pre-WebKit versions of Opera  --MDN */
  val o: String = "-o-"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy