Skip to content

Commit 6577de1

Browse files
committed
Fix dead links
1 parent 901014c commit 6577de1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/plugins.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Or enable plugins directly in CSS using [`postcss-use`]:
5555
[`postcss-utilities`]: https://github.com/ismamz/postcss-utilities
5656
[`postcss-hamster`]: https://github.com/h0tc0d3/postcss-hamster
5757
[`stylelint`]: https://github.com/stylelint/stylelint
58-
[`rucksack`]: https://simplaio.github.io/rucksack
58+
[`rucksack`]: https://github.com/seaneking/rucksack
5959
[`cssnano`]: https://cssnano.co/
6060
[`level4`]: https://github.com/stephenway/level4
6161
[`precss`]: https://github.com/jonathantneal/precss
@@ -218,7 +218,6 @@ for targeting all button elements.
218218
selector.
219219
* [`csstyle`] adds components workflow to your styles.
220220
* [`postcss-percentage`] support Sass-like `percentage()` function.
221-
* [`postcss-state-selector`] write CSS based on component's state.
222221

223222
See also [`precss`] plugins pack to add them by one line of code.
224223

@@ -417,7 +416,7 @@ See also plugins in modular minifier [`cssnano`].
417416
* [`postcss-eol`] replaces EOL of files.
418417
* [`postcss-extract-value`] extracts values from css properties and puts them into variables.
419418
* [`postcss-fakeid`] transforms `#foo` IDs to attribute selectors `[id="foo"]`.
420-
* [`postcss-filter-stream`] blacklist files / folders that you don't want
419+
* [`postcss-filter-stream`] blacklist files / folders that you dont want
421420
to process with a PostCSS plugin.
422421
* [`postcss-flexbox`] easy way to understand and start using CSS3 Flexbox.
423422
* [`postcss-flexboxfixer`] unprefixes `-webkit-` only flexbox in legacy CSS.
@@ -616,7 +615,7 @@ See also plugins in modular minifier [`cssnano`].
616615
[`postcss-css-variables`]: https://github.com/MadLittleMods/postcss-css-variables
617616
[`postcss-discard-empty`]: https://github.com/ben-eb/postcss-discard-empty
618617
[`postcss-extract-value`]: https://github.com/lutien/postcss-extract-value
619-
[`postcss-filter-stream`]: https://github.com/tsm91/postcss-filter-stream
618+
[`postcss-filter-stream`]: https://www.npmjs.com/package/postcss-filter-stream
620619
[`postcss-gradientfixer`]: https://github.com/hallvors/postcss-gradientfixer
621620
[`postcss-image-inliner`]: https://github.com/bezoerb/postcss-image-inliner
622621
[`postcss-modular-scale`]: https://github.com/kristoferjoseph/postcss-modular-scale
@@ -816,7 +815,6 @@ See also plugins in modular minifier [`cssnano`].
816815
[`postcss-percentage`]: https://github.com/creeperyang/postcss-percentage
817816
[`postcss-start-to-end`]: https://github.com/sandrina-p/postcss-start-to-end
818817
[`postcss-autocorrect`]: https://github.com/DimitrisNL/postcss-autocorrect
819-
[`postcss-state-selector`]: https://github.com/binjospookie/postcss-state-selector
820818
[`postcss-html-filter`]: https://github.com/mapbox/postcss-html-filter
821819
[`postcss-hash`]: https://github.com/dacodekid/postcss-hash
822820
[`postcss-light-text`]: https://github.com/jdsteinbach/postcss-light-text

0 commit comments

Comments
 (0)