-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
accessibility-buttons.sass to accessibility-buttons.scss
- Loading branch information
Tiago Porto
committed
Aug 22, 2014
1 parent
cd6f9f9
commit 3258071
Showing
3 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
https://github.com/tiagoporto | ||
Contact: [email protected] | ||
*/ | ||
|
||
/* Typography */ | ||
body { | ||
font-size: 1em; | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/* | ||
Accessibility Buttons | ||
Version: 2.0.0 | ||
Author: Tiago Porto - http://www.tiagoporto.com | ||
https://github.com/tiagoporto | ||
Contact: [email protected] | ||
*/ | ||
|
||
// Imports | ||
@import "compass"; | ||
|
||
@import "helpers/variables"; | ||
|
||
@import "helpers/mixins"; | ||
|
||
@import "helpers/functions"; | ||
|
||
/* Typography */ | ||
@import "typography/typography"; | ||
|
||
/* Transition */ | ||
@import "base"; | ||
|
||
/* Accessibility */ | ||
@import "accessibility"; |