@@ -155,9 +155,7 @@ p {
@if $paragraph-indent == true {
p {
text-indent: $indent-var;
- }
- blockquote, table, figure, header, footer, .noindent {
- p {
+ blockquote &, table &, figure &, header &, footer &, .noindent, &.noindent, &.notice {
text-indent: 0;
}