Skip to content

Commit

Permalink
[style] styling added
Browse files Browse the repository at this point in the history
  • Loading branch information
immigration9 committed Nov 15, 2018
1 parent cf943fb commit f4edb2b
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 0 deletions.
Binary file not shown.
6 changes: 6 additions & 0 deletions sass/base.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.hello {
height: 100%;
.world {
width: 100%;
}
}
Empty file added sass/components.scss
Empty file.
Empty file added sass/components/Button.scss
Empty file.
Empty file added sass/mixins.scss
Empty file.
Empty file added sass/mixins/buttons.scss
Empty file.
4 changes: 4 additions & 0 deletions sass/variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


// Button
@border-radius-default: .3em;
12 changes: 12 additions & 0 deletions sass/whatap.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// WhaTap Designed Components
//
// Copyright (c) 2018 WhaTap Labs.

// Portions of this project were taken from, or inspired by other projects.

@import "./base";
@import "./components";
@import "./mixins";
@import "./utils";

0 comments on commit f4edb2b

Please sign in to comment.