Add img to the inline-block display type for elements-of-type().
This commit is contained in:
parent
fedc4fa47c
commit
050e45d2fc
@ -7,6 +7,7 @@ module Compass::SassExtensions::Functions::Display
|
|||||||
datalist dfn em embed font i img input keygen kbd label mark meter output
|
datalist dfn em embed font i img input keygen kbd label mark meter output
|
||||||
progress q rp rt ruby s samp select small span strike strong sub
|
progress q rp rt ruby s samp select small span strike strong sub
|
||||||
sup textarea time tt u var video wbr},
|
sup textarea time tt u var video wbr},
|
||||||
|
:"inline-block" => %w{img},
|
||||||
:table => %w{table},
|
:table => %w{table},
|
||||||
:"list-item" => %w{li},
|
:"list-item" => %w{li},
|
||||||
:"table-row-group" => %w{tbody},
|
:"table-row-group" => %w{tbody},
|
||||||
|
Loading…
Reference in New Issue
Block a user