]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Create a mixin for creating new card styles.
authorLeslie Hoare <iam@lesleh.co.uk>
Thu, 26 Nov 2015 13:21:07 +0000 (13:21 +0000)
committerLeslie Hoare <iam@lesleh.co.uk>
Thu, 26 Nov 2015 13:21:07 +0000 (13:21 +0000)
commitcc814f4d768b8cf7abc6146e73ac5958aa839f68
treef50a138cf9d65a5a320b938cf247a5f6cc0e85d3
parentc240dd3549ea53c4d23e729ddecc88497eeed7c7
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.
scss/_mixins.scss
scss/mixins/_cards.scss [new file with mode: 0644]