Sha256: 1fd343aa812c5d0e4079bb5ca1d3546470bc983e020c6ce08055999de22a0daf
Contents?: true
Size: 243 Bytes
Versions: 2
Compression:
Stored size: 243 Bytes
Contents
// Global Styling (Stuff that doesnt really belong anywhere else!) // apply a natural box layout model to all elements *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
minable-0.0.2 | app/assets/stylesheets/_global.scss |
minable-0.0.1 | app/assets/stylesheets/_global.scss |