mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Remove redundant files.
This commit is contained in:
parent
f76abd97ae
commit
aac11ec039
@ -1,4 +0,0 @@
|
|||||||
@mixin box-shadow($value)
|
|
||||||
-webkit-box-shadow: unquote($value)
|
|
||||||
-moz-box-shadow: unquote($value)
|
|
||||||
box-shadow: unquote($value)
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
@mixin round-corners($radius)
|
|
||||||
border-radius: $radius
|
|
||||||
-moz-border-radius: $radius
|
|
||||||
-webkit-border-radius: $radius
|
|
||||||
-o-border-radius: $radius
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
@mixin transition($value)
|
|
||||||
-moz-transition: $value
|
|
||||||
-webkit-transition: $value
|
|
||||||
-o-transition: $value
|
|
||||||
transition: $value
|
|
||||||
@ -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%)
|
|
||||||
@ -1,5 +1,3 @@
|
|||||||
@import "includes/box_shadow"
|
|
||||||
|
|
||||||
*
|
*
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user