Close #992 - Move some Roots features into Soil

This commit is contained in:
Ben Word
2014-03-11 23:34:17 -05:00
parent 6d8b82a7e5
commit dede0bd851
10 changed files with 42 additions and 457 deletions

View File

@@ -1,3 +1,8 @@
// Captions
.wp-caption {
&:extend(.thumbnail all);
}
// Gallery shortcode
.gallery-row {
padding: (@line-height-computed / 2) 0;

View File

@@ -12,6 +12,7 @@
figure.alignnone {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
@media (min-width: @screen-sm-min) {

View File

@@ -5,7 +5,7 @@
@import "_global"; // Base styling & custom mixins
@import "components/_buttons"; // Button tweaks
@import "components/_forms"; // Form tweaks
@import "components/_gallery"; // WordPress galleries
@import "components/_media"; // WordPress media
@import "components/_wp-classes"; // WordPress generated classes
@import "layouts/_general"; // General styling
@import "layouts/_header"; // Header styling