Skip to content

Commit

Permalink
Project Completed
Browse files Browse the repository at this point in the history
  • Loading branch information
viruhemanth committed Dec 25, 2016
1 parent 5c1160f commit 2eba4e0
Show file tree
Hide file tree
Showing 6 changed files with 652 additions and 27 deletions.
2 changes: 1 addition & 1 deletion app/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var Countdown = require('Countdown');

// Loading foundation

require('style!css!foundation-sites/dist/css/foundation.min.css')


$(document).foundation();
// Loading Css
Expand Down
8 changes: 8 additions & 0 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
@import "base/variables";

// foundation
@import "base/foundation-settings";
@import "foundation";

@include foundation-everything;

// Components
@import "components/navigation";
@import "components/clock";
@import "components/controls";
Expand Down
Loading

0 comments on commit 2eba4e0

Please sign in to comment.