diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 15:17:03 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 15:17:03 +0530 |
| commit | 01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7 (patch) | |
| tree | 3d14b60e737ecd6c3c516798cddf5ca52db24348 /templates/assets/sass/hipster_cards.scss | |
| parent | c9198259402c1d01ad8d943832c20069635963da (diff) | |
| download | minionlivesmatter-01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7.tar.gz minionlivesmatter-01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7.zip | |
adding the new theme
Diffstat (limited to 'templates/assets/sass/hipster_cards.scss')
| -rwxr-xr-x | templates/assets/sass/hipster_cards.scss | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/assets/sass/hipster_cards.scss b/templates/assets/sass/hipster_cards.scss new file mode 100755 index 0000000..4af9e0b --- /dev/null +++ b/templates/assets/sass/hipster_cards.scss @@ -0,0 +1,22 @@ +@import "hipster_cards/variables"; +@import "hipster_cards/mixins"; + +@import "hipster_cards/typography"; + +// Core CSS +@import "hipster_cards/misc"; +@import "hipster_cards/buttons"; + +@import "hipster_cards/labels"; +@import "hipster_cards/sections"; + +// Fancy Stuff +@import "hipster_cards/social-buttons"; + +@import "hipster_cards/cards"; + +@import "hipster_cards/responsive"; + + + + |
