You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: postcss/index.html
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -164,22 +164,22 @@
164
164
</svg></span><spanclass="cssnext-Header-version">3.0.2</span></a><ahref="/features/" class="cssnext-Header-nav-item">Features</a><ahref="/setup/" class="cssnext-Header-nav-item">Setup</a><ahref="/usage/" class="cssnext-Header-nav-item">Usage</a><ahref="/playground/" class="cssnext-Header-nav-item">Playground</a></span></div><divclass="r-Grid-cell r-minM--2of6"><divclass="cssnext-Header-nav"><ahref="https://gitter.im/MoOx/postcss-cssnext" class="cssnext-Header-nav-item">Support</a><ahref="https://github.com/MoOx/postcss-cssnext" title="GitHub" class="cssnext-Header-nav-item">GitHub</a><ahref="https://twitter.com/cssnext" title="Twitter" class="cssnext-Header-nav-item">Twitter</a></div></div></div></header><headerclass="cssnext-Jumbotron cssnext-Jumbotron--default cssnext-Jumbotron--postcss-html"><divclass="r-Grid"><divclass="r-Grid-cell"><h1class="cssnext-Jumbotron-title cssnext-Light">Using postcss-cssnext</h1><strongclass="cssnext-Jumbotron-subtitle cssnext-Light">How to migrate from cssnext to postcss-cssnext</strong></div></div></header><sectionclass="r-Grid cssnext-Section"><divclass="r-Grid-cell js-markdownIt-TOCOriginalContainer"><h2id="why-postcss-cssnext-what-is-the-difference-with-cssnext"><aclass="markdownIt-Anchor" href="#why-postcss-cssnext-what-is-the-difference-with-cssnext">#</a> Why <strong>postcss-cssnext</strong>? What is the difference with <strong>cssnext</strong>?</h2>
165
165
<h3id="short-answer-postcss"><aclass="markdownIt-Anchor" href="#short-answer-postcss">#</a> Short answer: PostCSS</h3>
166
166
<p>If you’re using <ahref="https://github.com/postcss/postcss">PostCSS</a>
167
-
in your build process, and were using <code>cssnext</code>,
167
+
in your build process, and you were using <code>cssnext</code>,
168
168
you can quickly switch to only <code>postcss-cssnext</code>
169
169
(check the <ahref="#migration">Migration</a> section here below).</p>
170
170
<h3id="wait-what-is-postcss"><aclass="markdownIt-Anchor" href="#wait-what-is-postcss">#</a> Wait? What is PostCSS?</h3>
171
-
<p>cssnext was at first designed to be a complete tool, before PostCSS became
172
-
popular; thus, includes some options that don’t really belong in a PostCSS
171
+
<p>At first, before PostCSS became
172
+
popular, cssnext was designed to be a complete tool. Thus, cssnext included some options that don’t really belong in a PostCSS
0 commit comments