Skip to content

Commit

Permalink
Change syntax file
Browse files Browse the repository at this point in the history
accessibility-buttons.sass to accessibility-buttons.scss
  • Loading branch information
Tiago Porto committed Aug 22, 2014
1 parent cd6f9f9 commit 3258071
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
1 change: 0 additions & 1 deletion public/css/accessibility-buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
https://github.com/tiagoporto
Contact: [email protected]
*/

/* Typography */
body {
font-size: 1em;
Expand Down
23 changes: 0 additions & 23 deletions src/stylesheets/accessibility-buttons.sass

This file was deleted.

25 changes: 25 additions & 0 deletions src/stylesheets/accessibility-buttons.scss
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";

0 comments on commit 3258071

Please sign in to comment.