Sha256: ccc3b64e4d1189b6c2890ffc6ff621655e54263c34ccdb30bf877502ed9f0d0d
Contents?: true
Size: 313 Bytes
Versions: 13
Compression:
Stored size: 313 Bytes
Contents
/// When set to true, it sets the box-sizing property of all elements to `border-box`. Set with a `!global` flag. /// /// @type Bool /// /// @example css - CSS Output /// html { /// box-sizing: border-box; } /// /// *, *::after, *::before { /// box-sizing: inherit; /// } $border-box-sizing: false;
Version data entries
13 entries across 13 versions & 4 rubygems