Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 25 of 67) sorted by relevance

123

/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
H A D_math.scss107 //@function sin($number, $unit: 'deg') {
108 // @if $unit == 'deg' {
114 //@function cos($number, $unit: 'deg') {
115 // @if $unit == 'deg' {
123 // @if $unit == 'deg' {
132 @function csc($number, $unit: 'deg') {
133 @if $unit == 'deg' {
139 @function scs($number, $unit: 'deg') {
140 @if $unit == 'deg' {
146 @function cot($number, $unit: 'deg') {
[all …]
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_pow.scss5 // Find and remove unit.
6 // Avoids messyness with unit calculations
38 // Add the unit back onto the number.
H A D_function.scss14 $Unit: nth($Bases, 1) * 0 + 1; // Extracts the unit from the base
/template/neolaoresources2/images/
H A Dcode.xcf6 (spacing-unit inches)
9 (offset-unit inches)
16 (font-size-unit pixels)
24 (box-unit pixels)
H A Dsubmenu_a.xcf8 (spacing-unit inches)
11 (offset-unit inches)
H A Dmenu_a.xcf8 (spacing-unit inches)
11 (offset-unit inches)
H A Dsmiley01.xcf8 (spacing-unit inches)
11 (offset-unit inches)
H A Dsubmenu_background.xcf11 (spacing-unit inches)
14 (offset-unit inches)
H A Dheader_portfolio.xcf8 (spacing-unit inches)
11 (offset-unit inches)
17 (font-size-unit pixels)
25 (box-unit pixels)
H A Dheader_resources.xcf8 (spacing-unit inches)
11 (offset-unit inches)
17 (font-size-unit pixels)
26 (box-unit pixels)
/template/templar/less/
H A Dhero-unit.less2 // Hero unit
6 .hero-unit {
H A Dbootstrap.less60 @import "hero-unit.less";
/template/lilas/images/
H A Dcontent.xcf9 (spacing-unit inches)
12 (offset-unit inches)
H A Dcontentbody.xcf8 (spacing-unit inches)
11 (offset-unit inches)
H A Dcontentbottom_prepend.xcf8 (spacing-unit inches)
11 (offset-unit inches)
H A Dcontentbottom.xcf8 (spacing-unit inches)
11 (offset-unit inches)
H A Dheaderprepend.xcf8 (spacing-unit inches)
11 (offset-unit inches)
H A Dcontenttop_prepend.xcf6 (spacing-unit inches)
9 (offset-unit inches)
H A Dheaderappend.xcf8 (spacing-unit inches)
11 (offset-unit inches)
H A Dcontenttop.xcf9 (spacing-unit inches)
12 (offset-unit inches)
/template/battlehorse/js/
H A Deffects.js972 var property = pair[0].underscore().dasherize(), value = pair[1], unit = null;
976 unit = 'color';
983 value = parseFloat(components[1]), unit = (components.length == 3) ? components[2] : null;
988 originalValue: unit=='color' ? parseColor(originalValue) : parseFloat(originalValue || 0),
989 targetValue: unit=='color' ? parseColor(value) : value,
990 unit: unit
996 transform.unit != 'color' &&
1005 value = transform.unit=='color' ?
1010 … ((transform.targetValue - transform.originalValue) * position) * 1000)/1000 + transform.unit;
/template/a_new_day/js/
H A Deffects.js972 var property = pair[0].underscore().dasherize(), value = pair[1], unit = null;
976 unit = 'color';
983 value = parseFloat(components[1]), unit = (components.length == 3) ? components[2] : null;
988 originalValue: unit=='color' ? parseColor(originalValue) : parseFloat(originalValue || 0),
989 targetValue: unit=='color' ? parseColor(value) : value,
990 unit: unit
996 transform.unit != 'color' &&
1005 value = transform.unit=='color' ?
1010 … ((transform.targetValue - transform.originalValue) * position) * 1000)/1000 + transform.unit;
/template/tripillar/css/
H A Dtripillar-responsive.css37 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
72 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
/template/basical/css/
H A Dbasical-responsive.css21 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
65 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss27 …@if unit(ms-multibase-multiratio($multiple, $base-size, $ratio)) == "px" and $round-pixels == true…
36 @if unit(ms-multibase($multiple, $base-size, $ratio)) == "px" and $round-pixels == true {
45 @if unit(ms-multiratio($multiple, $base-size, $ratio)) == "px" and $round-pixels == true {
52 @if unit(power($ratio, $multiple) * $base-size) == "px" and $round-pixels == true {

123