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

os.browse.Style.scala Maven / Gradle / Ivy

The newest version!
// Copyright  2014,2015 ~ Optersoft

package os.browse

// http://www.w3.org/TR/CSS2/syndata.html

trait Style extends Resource {

}

//abstract class Style extends Resource {
//
//  def >(w: Writer) {
//
//    w write """  \n"
//
//  }
//
//}

object Style {

  def m(types: String*)(rules: Rule*) {}

  def r(selector: String)(declarations: (String, String)*) = new Rule

  /**
   * https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes
   */
  def keyframes(identifier: String)(rules: Rule*) {}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy