Remove redundant comments from styles/scripts

This commit is contained in:
2017-07-01 01:44:44 -07:00
parent 0a99ad1db5
commit 24f0092d53
14 changed files with 17 additions and 25 deletions

View File

@@ -1,7 +1,9 @@
// WordPress Generated Classes
// http://codex.wordpress.org/CSS#WordPress_Generated_Classes
/**
* WordPress Generated Classes
* @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
*/
// Media alignment
/** Media alignment */
.alignnone {
margin-left: 0;
margin-right: 0;
@@ -22,7 +24,6 @@
}
@include media-breakpoint-up(sm) {
// Only float if not on an extra small device
.alignleft {
float: left;
margin-right: ($spacer / 2);
@@ -34,7 +35,7 @@
}
}
// Captions
/** Captions */
.wp-caption {
@extend .figure;
}
@@ -48,7 +49,7 @@
@extend .figure-caption;
}
// Text meant only for screen readers
/** Text meant only for screen readers */
.screen-reader-text {
@extend .sr-only;
@extend .sr-only-focusable;