Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix psuedo -> pseudo typo #34

Merged
merged 2 commits into from
Feb 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/quantity-pseudo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Quantity Pseudo-Selectors"
anchor: "quantity-pseudo"
weight: 4
---
Rucksack adds psuedo-selectors to select and style elements based on their quantity. Use them to build powerful, responsive, content-driven designs.
Rucksack adds pseudo-selectors to select and style elements based on their quantity. Use them to build powerful, responsive, content-driven designs.

## :at-least
Applies if there are a certain number of items or more
Expand Down
6 changes: 3 additions & 3 deletions public/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<li><a class="sidebar__nav__item" href="#alias">Property Aliases</a></li>

<li><a class="sidebar__nav__item" href="#input">Input Pseduo-Elements</a></li>
<li><a class="sidebar__nav__item" href="#input">Input Pseudo-Elements</a></li>

<li><a class="sidebar__nav__item" href="#clearfix">Native Clearfix</a></li>

Expand Down Expand Up @@ -570,7 +570,7 @@ <h1 class="content__section__title">Quantity Pseudo-Selectors <a href="#quantity



<p>Rucksack adds psuedo-selectors to select and style elements based on their quantity. Use them to build powerful, responsive, content-driven designs.</p>
<p>Rucksack adds pseudo-selectors to select and style elements based on their quantity. Use them to build powerful, responsive, content-driven designs.</p>

<h2 id="at-least:0480254488cd73f5063255190d7f32dd">:at-least</h2>

Expand Down Expand Up @@ -657,7 +657,7 @@ <h2 id="output:3b3d2541cd37edc022b27d62280cdf2f">Output</h2>
<article class="content__section">
<a name="input"></a>

<h1 class="content__section__title">Input Pseduo-Elements <a href="#input" class="content__section__anchor">#</a></h1>
<h1 class="content__section__title">Input Pseudo-Elements <a href="#input" class="content__section__anchor">#</a></h1>



Expand Down
4 changes: 2 additions & 2 deletions public/docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ upper-font-range: 1280px
<guid>https://simplaio.github.io/rucksack/docs/quantity-pseudo/</guid>
<description>

&lt;p&gt;Rucksack adds psuedo-selectors to select and style elements based on their quantity. Use them to build powerful, responsive, content-driven designs.&lt;/p&gt;
&lt;p&gt;Rucksack adds pseudo-selectors to select and style elements based on their quantity. Use them to build powerful, responsive, content-driven designs.&lt;/p&gt;

&lt;h2 id=&#34;at-least:0480254488cd73f5063255190d7f32dd&#34;&gt;:at-least&lt;/h2&gt;

Expand Down Expand Up @@ -545,7 +545,7 @@ li:nth-last-child(n+4) ~ li
</item>

<item>
<title>Input Pseduo-Elements</title>
<title>Input Pseudo-Elements</title>
<link>https://simplaio.github.io/rucksack/docs/input/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

Expand Down
100 changes: 50 additions & 50 deletions public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,23 @@ upper-font-range: 1280px
</description>
</item>

<item>
<title>Quantity Queries</title>
<link>https://simplaio.github.io/rucksack/home/quantity-pseudo/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://simplaio.github.io/rucksack/home/quantity-pseudo/</guid>
<description>&lt;pre&gt;&lt;code class=&#34;language-css&#34;&gt;li:at-most(4) {
color: blue;
}

li:at-least(5) {
color: red;
}
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>

<item>
<title>Shorthand Positioning</title>
<link>https://simplaio.github.io/rucksack/docs/shorthand-positioning/</link>
Expand Down Expand Up @@ -487,17 +504,18 @@ upper-font-range: 1280px
</item>

<item>
<title>Quantity Queries</title>
<link>https://simplaio.github.io/rucksack/home/quantity-pseudo/</link>
<title>Property Aliases</title>
<link>https://simplaio.github.io/rucksack/home/alias/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://simplaio.github.io/rucksack/home/quantity-pseudo/</guid>
<description>&lt;pre&gt;&lt;code class=&#34;language-css&#34;&gt;li:at-most(4) {
color: blue;
<guid>https://simplaio.github.io/rucksack/home/alias/</guid>
<description>&lt;pre&gt;&lt;code class=&#34;language-css&#34;&gt;@alias {
fs: font-size;
br: border-radius;
}

li:at-least(5) {
color: red;
.foo {
fs: 16px;
}
&lt;/code&gt;&lt;/pre&gt;
</description>
Expand All @@ -511,7 +529,7 @@ li:at-least(5) {
<guid>https://simplaio.github.io/rucksack/docs/quantity-pseudo/</guid>
<description>

&lt;p&gt;Rucksack adds psuedo-selectors to select and style elements based on their quantity. Use them to build powerful, responsive, content-driven designs.&lt;/p&gt;
&lt;p&gt;Rucksack adds pseudo-selectors to select and style elements based on their quantity. Use them to build powerful, responsive, content-driven designs.&lt;/p&gt;

&lt;h2 id=&#34;at-least:0480254488cd73f5063255190d7f32dd&#34;&gt;:at-least&lt;/h2&gt;

Expand Down Expand Up @@ -562,18 +580,17 @@ li:nth-last-child(n+4) ~ li
</item>

<item>
<title>Property Aliases</title>
<link>https://simplaio.github.io/rucksack/home/alias/</link>
<title>Input Styling</title>
<link>https://simplaio.github.io/rucksack/home/input/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://simplaio.github.io/rucksack/home/alias/</guid>
<description>&lt;pre&gt;&lt;code class=&#34;language-css&#34;&gt;@alias {
fs: font-size;
br: border-radius;
<guid>https://simplaio.github.io/rucksack/home/input/</guid>
<description>&lt;pre&gt;&lt;code class=&#34;language-css&#34;&gt;input::placeholder {
color: black;
}

.foo {
fs: 16px;
input[type=&amp;quot;range&amp;quot;]::thumb {
background: blue;
}
&lt;/code&gt;&lt;/pre&gt;
</description>
Expand Down Expand Up @@ -613,24 +630,7 @@ li:nth-last-child(n+4) ~ li
</item>

<item>
<title>Input Styling</title>
<link>https://simplaio.github.io/rucksack/home/input/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://simplaio.github.io/rucksack/home/input/</guid>
<description>&lt;pre&gt;&lt;code class=&#34;language-css&#34;&gt;input::placeholder {
color: black;
}

input[type=&amp;quot;range&amp;quot;]::thumb {
background: blue;
}
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>

<item>
<title>Input Pseduo-Elements</title>
<title>Input Pseudo-Elements</title>
<link>https://simplaio.github.io/rucksack/docs/input/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

Expand Down Expand Up @@ -766,6 +766,22 @@ input[type=range]::-moz-focus-outer {
</description>
</item>

<item>
<title>Font Src Generation</title>
<link>https://simplaio.github.io/rucksack/home/font-src/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://simplaio.github.io/rucksack/home/font-src/</guid>
<description>&lt;pre&gt;&lt;code class=&#34;language-css&#34;&gt;@font-face {
font-family: &#39;My Font&#39;;
font-path: &#39;/my/font/file&#39;;
font-weight: normal;
font-style: normal;
}
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>

<item>
<title>Native Clearfix</title>
<link>https://simplaio.github.io/rucksack/docs/clearfix/</link>
Expand Down Expand Up @@ -811,22 +827,6 @@ input[type=range]::-moz-focus-outer {
zoom: 1;
}
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>

<item>
<title>Font Src Generation</title>
<link>https://simplaio.github.io/rucksack/home/font-src/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://simplaio.github.io/rucksack/home/font-src/</guid>
<description>&lt;pre&gt;&lt;code class=&#34;language-css&#34;&gt;@font-face {
font-family: &#39;My Font&#39;;
font-path: &#39;/my/font/file&#39;;
font-weight: normal;
font-style: normal;
}
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>

Expand Down
24 changes: 12 additions & 12 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,30 @@
<loc>https://simplaio.github.io/rucksack/home/shorthand-positioning/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/docs/shorthand-positioning/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/home/quantity-pseudo/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/docs/quantity-pseudo/</loc>
<loc>https://simplaio.github.io/rucksack/docs/shorthand-positioning/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/home/alias/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/docs/alias/</loc>
<loc>https://simplaio.github.io/rucksack/docs/quantity-pseudo/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/home/input/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/docs/alias/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/docs/input/</loc>
</url>
Expand All @@ -59,11 +59,11 @@
</url>

<url>
<loc>https://simplaio.github.io/rucksack/docs/clearfix/</loc>
<loc>https://simplaio.github.io/rucksack/home/font-src/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/home/font-src/</loc>
<loc>https://simplaio.github.io/rucksack/docs/clearfix/</loc>
</url>

<url>
Expand All @@ -75,11 +75,11 @@
</url>

<url>
<loc>https://simplaio.github.io/rucksack/docs/hexrgba/</loc>
<loc>https://simplaio.github.io/rucksack/home/easings/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/home/easings/</loc>
<loc>https://simplaio.github.io/rucksack/docs/hexrgba/</loc>
</url>

<url>
Expand All @@ -91,11 +91,11 @@
</url>

<url>
<loc>https://simplaio.github.io/rucksack/docs/fallbacks/</loc>
<loc>https://simplaio.github.io/rucksack/home/autoprefixing/</loc>
</url>

<url>
<loc>https://simplaio.github.io/rucksack/home/autoprefixing/</loc>
<loc>https://simplaio.github.io/rucksack/docs/fallbacks/</loc>
</url>

<url>
Expand Down