UNPKG

stylingutilities

Version:

lightweight css utilities library for the front-end web

17 lines (14 loc) 268 B
float-class-prefix = "" .{float-class-prefix}float-left { float left } .{float-class-prefix}float-right { float right } .{float-class-prefix}clearfix { &::after { display: block; content: ""; clear: both; } }