Added image module

This commit is contained in:
CJ Patoilo 2016-07-31 17:50:40 -03:00
parent 1d20b81f03
commit 527db9dfaf
2 changed files with 7 additions and 0 deletions

6
src/_Image.sass Normal file
View File

@ -0,0 +1,6 @@
// Image
//
img
max-width: 100%

View File

@ -15,4 +15,5 @@
@import Spacing @import Spacing
@import Table @import Table
@import Typography @import Typography
@import Image
@import Utility @import Utility