1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Remove redundant files.

This commit is contained in:
Dan Barber 2014-12-14 17:42:12 +00:00
parent f76abd97ae
commit aac11ec039
5 changed files with 0 additions and 23 deletions

View File

@ -1,4 +0,0 @@
@mixin box-shadow($value)
-webkit-box-shadow: unquote($value)
-moz-box-shadow: unquote($value)
box-shadow: unquote($value)

View File

@ -1,5 +0,0 @@
@mixin round-corners($radius)
border-radius: $radius
-moz-border-radius: $radius
-webkit-border-radius: $radius
-o-border-radius: $radius

View File

@ -1,5 +0,0 @@
@mixin transition($value)
-moz-transition: $value
-webkit-transition: $value
-o-transition: $value
transition: $value

View File

@ -1,7 +0,0 @@
@mixin v-linear-grad($from, $to)
background-image: -moz-linear-gradient(top, $from 0%, $to 100%)
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, $from), color-stop(100%, $to))
background-image: -webkit-linear-gradient(top, $from 0%, $to 100%)
background-image: -o-linear-gradient(top, $from 0%, $to 100%)
background-image: -ms-linear-gradient(top, $from 0%, $to 100%)
background-image: linear-gradient(top, $from 0%, $to 100%)

View File

@ -1,5 +1,3 @@
@import "includes/box_shadow"
*
box-sizing: border-box