Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 1512e5e

Browse files
committed
Docs: make tools/plugins on "Setup" page a bit more visible
1 parent 1eaca83 commit 1512e5e

File tree

2 files changed

+26
-16
lines changed

2 files changed

+26
-16
lines changed

docs/content/setup.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,14 @@ as a [PostCSS](https://github.com/postcss/postcss) plugin
5151
or through others tools below:
5252

5353
<p class="cssnext-Tools">
54-
<a href="https://github.com/cssnext/cssnext-loader">webpack</a>
55-
,
56-
<a href="https://github.com/cssnext/cssnextify">browserify</a>
57-
,
58-
<a href="https://github.com/cssnext/gulp-cssnext">gulp</a>
59-
,
60-
<a href="https://github.com/cssnext/grunt-cssnext">grunt</a>
61-
,
62-
<a href="https://github.com/cssnext/cssnext-brunch">brunch</a>
63-
,
64-
<a href="https://github.com/cssnext/broccoli-cssnext">broccoli</a>
65-
,
66-
<a href="https://github.com/cssnext/fly-cssnext">fly</a>
67-
,
68-
<a href="https://github.com/cssnext/cssnext-connect">connect</a>
69-
,
54+
<a href="https://github.com/cssnext/cssnext-loader">webpack</a>,
55+
<a href="https://github.com/cssnext/cssnextify">browserify</a>,
56+
<a href="https://github.com/cssnext/gulp-cssnext">gulp</a>,
57+
<a href="https://github.com/cssnext/grunt-cssnext">grunt</a>,
58+
<a href="https://github.com/cssnext/cssnext-brunch">brunch</a>,
59+
<a href="https://github.com/cssnext/broccoli-cssnext">broccoli</a>,
60+
<a href="https://github.com/cssnext/fly-cssnext">fly</a>,
61+
<a href="https://github.com/cssnext/cssnext-connect">connect</a>,
7062
<a href="https://github.com/cssnext/duo-cssnext">duo</a>
7163
or in
7264
<a href="https://prepros.io/">Prepros</a>

docs/src/index.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,24 @@ h6 {
369369
line-height: calc(var(--r-h3-lineHeight)*2);
370370
font-weight: 300;
371371
}
372+
@media (--r-minM) {
373+
.cssnext-Tools {
374+
width: 75%;
375+
margin: auto;
376+
}
377+
}
378+
379+
.cssnext-Tools a {
380+
font-weight: 400;
381+
}
382+
383+
.cssnext-Tools a:nth-child(2n+1) {
384+
color: var(--cssnext-Color-blue);
385+
}
386+
387+
.cssnext-Tools a:nth-child(2n) {
388+
color: var(--cssnext-Color-purple);
389+
}
372390

373391
.cssnext-INeedSpace {
374392
margin-top: calc(var(--r-lineHeight) * 2);

0 commit comments

Comments
 (0)