mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-08 10:07:42 -06:00
configure
This commit is contained in:
8
_scss/bourbon/css3/_perspective.scss
vendored
Normal file
8
_scss/bourbon/css3/_perspective.scss
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
@mixin perspective($depth: none) {
|
||||
// none | <length>
|
||||
@include prefixer(perspective, $depth, webkit moz spec);
|
||||
}
|
||||
|
||||
@mixin perspective-origin($value: 50% 50%) {
|
||||
@include prefixer(perspective-origin, $value, webkit moz spec);
|
||||
}
|
||||
Reference in New Issue
Block a user