Sha256: f28345d41111bd750a133e2166f09e3bda66df74d06da75e093b74b3ed17f8ee
Contents?: true
Size: 218 Bytes
Versions: 301
Compression:
Stored size: 218 Bytes
Contents
//// /// @group helpers //// /// Clear floated content within a container using a pseudo element /// /// @access public @mixin govuk-clearfix { &:after { content: ""; display: block; clear: both; } }
Version data entries
301 entries across 301 versions & 4 rubygems