adding PHP Excel library
This commit is contained in:
10
style/_functions.scss
Executable file
10
style/_functions.scss
Executable file
@@ -0,0 +1,10 @@
|
||||
@mixin round($TopLeft, $TopRight, $BottomRight, $BottomLeft) {
|
||||
-moz-border-radius:$TopLeft $TopRight $BottomRight $BottomLeft;
|
||||
-webkit-border-radius:$TopLeft $TopRight $BottomRight $BottomLeft;
|
||||
-khtml-border-radius:$TopLeft $TopRight $BottomRight $BottomLeft;
|
||||
border-radius:$TopLeft $TopRight $BottomRight $BottomLeft;
|
||||
}
|
||||
|
||||
@mixin roundall($radius) {
|
||||
@include round($radius, $radius, $radius, $radius);
|
||||
}
|
||||
Reference in New Issue
Block a user