govuk-frontend
Version:
GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
2 lines (1 loc) • 504 B
Source Map (JSON)
{"version":3,"sources":["../../../src/govuk/helpers/_clearfix.scss"],"names":[],"mappings":"AAAA,GAAG;AACH,wBAAwB;AACxB,GAAG;;AAEH,kEAAkE;AAClE,EAAE;AACF,iBAAiB;;AAEjB;EACE;IACE,WAAW;IACX,cAAc;IACd,WAAW;EACb;AACF","file":"_clearfix.scss","sourcesContent":["////\n/// @group helpers/layout\n////\n\n/// Clear floated content within a container using a pseudo element\n///\n/// @access public\n\n@mixin govuk-clearfix {\n &::after {\n content: \"\";\n display: block;\n clear: both;\n }\n}\n"]}