General SCSS starting template

*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } * { margin: 0px; padding: 0px; } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 100%; } body { position: relative; height: 100%; } h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; } h1 { font-size: 32px; } p { margin-bottom: 30px; line-height: 1.5; font-size: 16px; &:last-child { margin-bottom: 0px; } } a { text-decoration: underline; outline: none !important; } ul, ol { margin-bottom: 0; } .overflow-hidden { overflow: hidden; } .do-not-show { display: none; } .no-padding { padding: 0px; } .border-radius-100 { @include border-radius(100%, 100%, 100%, 100%); } .position-absolute-center { @include position-absolute(50%, auto, auto, 50%); @include transform-translate(-50%, -50%); }
Base template for general SCSS

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.