mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-13 20:12:12 -06:00
configure
This commit is contained in:
4
_scss/bourbon/css3/_calc.scss
vendored
Normal file
4
_scss/bourbon/css3/_calc.scss
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
@mixin calc($property, $value) {
|
||||
#{$property}: -webkit-calc(#{$value});
|
||||
#{$property}: calc(#{$value});
|
||||
}
|
||||
Reference in New Issue
Block a user