@@ -109,23 +109,23 @@ variation_groups:
109109 variations :
110110 - variation_name : Flush bottom modifier
111111 variation_description : >+
112- Add a class of `.content__flush -bottom` to `.content__main` or
112+ Add a class of `.content--flush -bottom` to `.content__main` or
113113 `.content__sidebar` to remove bottom padding.
114114
115115 variation_code_snippet : >-
116116 <main class="content content--1-3" role="main">
117117 <div class="content__line"></div>
118118 <div class="content__wrapper">
119- <aside class="content__sidebar content__flush -bottom">
119+ <aside class="content__sidebar content--flush -bottom">
120120 Side with no bottom padding...
121121 </aside>
122- <section class="content__main content__flush -bottom">
122+ <section class="content__main content--flush -bottom">
123123 Main content with no bottom padding...
124124 <div class="block
125125 block--flush-bottom
126126 block--flush-sides
127127 block--bg">
128- .content__flush -bottom is very useful when you have a
128+ .content--flush -bottom is very useful when you have a
129129 content block inside of .content__main with a background
130130 and flush sides.
131131 </div>
@@ -140,7 +140,7 @@ variation_groups:
140140 </footer>
141141 - variation_name : Flush top modifier (only on small screens)
142142 variation_description : >+
143- Add a class of `.content__flush -top-on-small` to `.content__main` or
143+ Add a class of `.content--flush -top-on-small` to `.content__main` or
144144 `.content__sidebar` to remove top padding on small screens only.
145145 ‘Small’ screens in this case refers to the breakpoint where
146146 `.content__main` and `.content__sidebar` single column layout.
@@ -149,7 +149,7 @@ variation_groups:
149149 <main class="content content--1-3" role="main">
150150 <div class="content__line"></div>
151151 <div class="content__wrapper">
152- <aside class="content__sidebar content__flush -top-on-small">
152+ <aside class="content__sidebar content--flush -top-on-small">
153153 Side with no top padding on small screens...
154154 </aside>
155155 <section class="content__main">
@@ -164,7 +164,7 @@ variation_groups:
164164 </footer>
165165 - variation_name : Flush all modifier (only on small screens)
166166 variation_description : >+
167- Add a class of `.content__flush -all-on-small` to `.content__main` or
167+ Add a class of `.content--flush -all-on-small` to `.content__main` or
168168 `.content__sidebar` to remove all padding and border-based gutters on
169169 small screens only. ‘Small’ screens in this case refers to the
170170 breakpoint where .content__main and .content__sidebar single column
@@ -174,7 +174,7 @@ variation_groups:
174174 <main class="content content--1-3" role="main">
175175 <div class="content__line"></div>
176176 <div class="content__wrapper">
177- <aside class="content__sidebar content__flush -all-on-small">
177+ <aside class="content__sidebar content--flush -all-on-small">
178178 Side with no padding or border-based gutters on small screens...
179179 </aside>
180180 <section class="content__main">
0 commit comments