rahmanda/ayu

View on GitHub
src/elements/_images.scss

Summary

Maintainability
Test Coverage
// =====================================================
// Image Element Style
// =====================================================
// We need to style it because we don't like the default

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}