1
0
mirror of https://github.com/danog/sass-site.git synced 2024-12-15 19:07:29 +01:00
sass-site/source/assets/css/foundation/_block.scss
₍˄ุ.͡˳̫.˄ุ₎ 92f17202ec Lots of clean up.
2013-10-14 15:52:40 -04:00

12 lines
128 B
SCSS

footer,
header,
main,
nav,
section { display: block; }
%block-text,
p {
@extend %reset-margin;
@include padding-trailer;
}