-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_corners.css
More file actions
37 lines (29 loc) · 1.16 KB
/
_corners.css
File metadata and controls
37 lines (29 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
=================================================================================================
# 7 Corners
-------------------------------------------------------------------------------------------------
*/
/*
=============================================================================================
# 7.1 Soft
---------------------------------------------------------------------------------------------
*/
@mixin corner soft;
/*
=============================================================================================
# 7.2 Sharp
---------------------------------------------------------------------------------------------
*/
@mixin corner sharp;
/*
=============================================================================================
# 7.3 Round
---------------------------------------------------------------------------------------------
*/
@mixin corner round;
/*
=============================================================================================
# 8.4 Circle
---------------------------------------------------------------------------------------------
*/
@mixin corner circle;