Skip to content

Commit 17a8bfd

Browse files
committed
Removed deprecated mixins
1 parent 7a8fed8 commit 17a8bfd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,12 @@ Example:
240240
.inline-form {
241241
@extend %attachments;
242242
@include gradient-vertical(#fafafa, #f2f2f2);
243-
@include border-radius(6px);
244-
@include box-shadow(#{0 1px 2px black(0.05), inset 0 1px 0 #fff});
245243
border: 1px solid #ccc;
246244
padding: 10px;
247245
position: relative;
248246
margin-bottom: 25px;
249247

250248
form {
251-
@include box-shadow(none);
252249
margin-bottom: 0;
253250
background: none;
254251
border: none;

0 commit comments

Comments
 (0)