-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf943fb
commit f4edb2b
Showing
8 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+1.95 KB
sass/.sass-cache/f5e1ccad9b330163c2aa4595f209b81d7cf5ea65/whatap.scssc
Binary file not shown.
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,6 @@ | ||
.hello { | ||
height: 100%; | ||
.world { | ||
width: 100%; | ||
} | ||
} |
Empty file.
Empty file.
Empty file.
Empty file.
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,4 @@ | ||
|
||
|
||
// Button | ||
@border-radius-default: .3em; |
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,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"; | ||
|