Separates assets into - Source assets: `assets` - Compiled assets: `dist` Edits assets.php to reflect changes Removes '.min' from filenames Fixes: - removes 'clean' from build step.
14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
// Captions
|
|
.wp-caption {
|
|
&:extend(.thumbnail all);
|
|
}
|
|
|
|
.wp-caption-text {
|
|
&:extend(.thumbnail .caption);
|
|
}
|
|
|
|
// Gallery shortcode
|
|
.gallery-row {
|
|
padding: (@line-height-computed / 2) 0;
|
|
}
|