Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Removed stray closing parentheses. #810

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/templates/action-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ <h3>Sass Mixins</h3>
$color: #000,
$border-color,
$background-hover: #ccc
);


// This mixin sets up styles for the mobile action sheet
@include action-sheet(
$position: bottom, // Can be top or bottom
Expand Down