About: Less/mixins.less   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

// /** * Standard mixins for [[Less]] v2 * * Documented at [[Less/mixins]] * * Based on * Gradients based on */ .border-radius( @radius: 5px ) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; } .box-sizing( @type: border-box ) { -webkit-box-sizing: @type; -moz-box-sizing: @type; -ms-box-sizing: @type; box-sizing: @type; } .box-shadow( @shadow: 1px 1px 2px rgba( 0, 0, 0, 0.25 ) ) { -webkit-box-shadow: @shadow; -moz-box-shadow: @shadow; box-shadow: @shadow; } .filter( @filter: grayscale( 100% ) ) { -webkit-filter: @filter; filter: @filter; } .transition( @transition ) { -webkit-transition: @transition; -moz-transition: @transition; transition: @transition; } .rotate( @rotation ) { -webkit-transform: rotate( @rotation ); -moz-transform: rotate( @rota

AttributesValues
rdfs:label
  • Less/mixins.less
rdfs:comment
  • // /** * Standard mixins for [[Less]] v2 * * Documented at [[Less/mixins]] * * Based on * Gradients based on */ .border-radius( @radius: 5px ) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; } .box-sizing( @type: border-box ) { -webkit-box-sizing: @type; -moz-box-sizing: @type; -ms-box-sizing: @type; box-sizing: @type; } .box-shadow( @shadow: 1px 1px 2px rgba( 0, 0, 0, 0.25 ) ) { -webkit-box-shadow: @shadow; -moz-box-shadow: @shadow; box-shadow: @shadow; } .filter( @filter: grayscale( 100% ) ) { -webkit-filter: @filter; filter: @filter; } .transition( @transition ) { -webkit-transition: @transition; -moz-transition: @transition; transition: @transition; } .rotate( @rotation ) { -webkit-transform: rotate( @rotation ); -moz-transform: rotate( @rota
abstract
  • // /** * Standard mixins for [[Less]] v2 * * Documented at [[Less/mixins]] * * Based on * Gradients based on */ .border-radius( @radius: 5px ) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; } .box-sizing( @type: border-box ) { -webkit-box-sizing: @type; -moz-box-sizing: @type; -ms-box-sizing: @type; box-sizing: @type; } .box-shadow( @shadow: 1px 1px 2px rgba( 0, 0, 0, 0.25 ) ) { -webkit-box-shadow: @shadow; -moz-box-shadow: @shadow; box-shadow: @shadow; } .filter( @filter: grayscale( 100% ) ) { -webkit-filter: @filter; filter: @filter; } .transition( @transition ) { -webkit-transition: @transition; -moz-transition: @transition; transition: @transition; } .rotate( @rotation ) { -webkit-transform: rotate( @rotation ); -moz-transform: rotate( @rotation ); transform: rotate( @rotation ); } .user-select( @value ) { -webkit-user-select: @value; -moz-user-select: @value; -ms-user-select: @value; user-select: @value; } // @todo add extra options beyond basic horizontal and vertical #gradient { .horizontal ( @start-color, @end-color, @start-percent: 0%, @end-percent: 100% ) { // Older browsers background: @start-color; // FF 3.6+ background: -moz-linear-gradient( left, @start-color @start-percent, @end-color @end-percent ); // Safari 5.1+, Chrome 10+ background: -webkit-linear-gradient( left, @start-color @start-percent, @end-color @end-percent ); // IE 10+ background: -ms-linear-gradient( left, @start-color @start-percent, @end-color @end-percent ); // W3C background: linear-gradient( to right, @start-color @start-percent, @end-color @end-percent ); } .vertical ( @start-color, @end-color, @start-percent: 0%, @end-percent: 100% ) { // Older browsers background: @start-color; // FF 3.6+ background: -moz-linear-gradient( top, @start-color @start-percent, @end-color @end-percent ); // Safari 5.1+, Chrome 10+ background: -webkit-linear-gradient( top, @start-color @start-percent, @end-color @end-percent ); // IE 10+ background: -ms-linear-gradient(top, @start-color @start-percent, @end-color @end-percent ); // W3C background: linear-gradient( to bottom, @start-color @start-percent, @end-color @end-percent ); } }
is Code of
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software