Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeslie Hoare <iam@lesleh.co.uk>2015-11-26 16:21:07 +0300
committerLeslie Hoare <iam@lesleh.co.uk>2015-11-26 16:21:07 +0300
commitcc814f4d768b8cf7abc6146e73ac5958aa839f68 (patch)
treef50a138cf9d65a5a320b938cf247a5f6cc0e85d3 /scss/_mixins.scss
parentc240dd3549ea53c4d23e729ddecc88497eeed7c7 (diff)
Create a mixin for creating new card styles.
I'm aware that currently cards are a lot simpler than buttons right now but this may change in future and it feels cleaner to be able to create new card styles without needing to know the internals of how they're implemented.
Diffstat (limited to 'scss/_mixins.scss')
-rw-r--r--scss/_mixins.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_mixins.scss b/scss/_mixins.scss
index 90a48cf89e..75a4c92933 100644
--- a/scss/_mixins.scss
+++ b/scss/_mixins.scss
@@ -38,6 +38,7 @@
// // Components
@import "mixins/alert";
@import "mixins/buttons";
+@import "mixins/cards";
@import "mixins/pagination";
@import "mixins/list-group";
@import "mixins/nav-divider";