UNPKG

purist-css

Version:

Purist a complete reimagining of Yahoo's Pure to be less opinionated and more abstracted.

22 lines (18 loc) 483 B
/* ========================================================================== #base-core ========================================================================== */ /* #img-fluid ========================================================================== */ /** * The img-fluid utility is used to make images fluid. * * Usage: * * <img class="u-image-fluid"> */ .u-image-fluid { display: block; height: auto; max-width: 100%; }