Skip to content

Commit 9ff3580

Browse files
author
mrmrs
committed
Update the modules code
1 parent 768eadf commit 9ff3580

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+66
-510
lines changed

docs/elements/tables/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
127127

128128
*/
129129

130-
:root {
131-
--light-silver: #aaa;
132-
--moon-gray: #ccc;
133-
--light-gray: #eee;
134-
--near-white: #f4f4f4;
135-
}
136-
137130
.collapse {
138131
border-collapse: collapse;
139132
border-spacing: 0;

docs/layout/display/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
210210
</header>
211211
<pre class="ph3 ph5-ns">
212212
<code class="code" style="font-size: .75rem;">
213-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
214-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
215-
@custom-media --breakpoint-large screen and (min-width: 64em);
216-
217213
/*
218214

219215
DISPLAY

docs/layout/floats/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
132132
</header>
133133
<pre class="ph3 ph5-ns">
134134
<code class="code" style="font-size: .75rem;">
135-
136-
/* Media Query Variables */
137-
138-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
139-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
140-
@custom-media --breakpoint-large screen and (min-width: 64em);
141-
142135
/*
143136

144137
FLOATS

docs/layout/heights/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
184184
</header>
185185
<pre class="ph3 ph5-ns">
186186
<code class="code" style="font-size: .75rem;">
187-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
188-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
189-
@custom-media --breakpoint-large screen and (min-width: 64em);
190-
191187
/*
192188

193189
HEIGHTS

docs/layout/max-widths/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
243243
</header>
244244
<pre class="ph3 ph5-ns">
245245
<code class="code" style="font-size: .75rem;">
246-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
247-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
248-
@custom-media --breakpoint-large screen and (min-width: 64em);
249-
250246
/*
251247

252248
MAX WIDTHS

docs/layout/position/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
158158
</header>
159159
<pre class="ph3 ph5-ns">
160160
<code class="code" style="font-size: .75rem;">
161-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
162-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
163-
@custom-media --breakpoint-large screen and (min-width: 64em);
164-
165161
/*
166162

167163
POSITIONING

docs/layout/widths/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
205205
</header>
206206
<pre class="ph3 ph5-ns">
207207
<code class="code" style="font-size: .75rem;">
208-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
209-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
210-
@custom-media --breakpoint-large screen and (min-width: 64em);
211-
212208
/*
213209

214210
WIDTHS

docs/themes/background-size/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
110110
</header>
111111
<pre class="ph3 ph5-ns">
112112
<code class="code" style="font-size: .75rem;">
113-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
114-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
115-
@custom-media --breakpoint-large screen and (min-width: 64em);
116-
117113
/*
118114

119115
BACKGROUND SIZE

docs/themes/border-radius/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
121121
</header>
122122
<pre class="ph3 ph5-ns">
123123
<code class="code" style="font-size: .75rem;">
124-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
125-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
126-
@custom-media --breakpoint-large screen and (min-width: 64em);
127-
128124
/*
129125

130126
BORDER RADIUS

docs/themes/borders/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
556556
</header>
557557
<pre class="ph3 ph5-ns">
558558
<code class="code" style="font-size: .75rem;">
559-
@custom-media --breakpoint-not-small screen and (min-width: 48em);
560-
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
561-
@custom-media --breakpoint-large screen and (min-width: 64em);
562-
563559
/*
564560

565561
BORDER BASE

0 commit comments

Comments
 (0)