Skip to content

Commit

Permalink
Merge pull request #1836 from Schweinepriester/patch-1
Browse files Browse the repository at this point in the history
README.md: HTTP => HTTPS
  • Loading branch information
ai committed May 10, 2023
2 parents aa9e03e + 5f0d78d commit 0a7e5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ you can write a parser and/or stringifier to extend PostCSS.

## Articles

* [Some things you may think about PostCSS… and you might be wrong](http://julian.io/some-things-you-may-think-about-postcss-and-you-might-be-wrong)
* [Some things you may think about PostCSS… and you might be wrong](https://www.julian.io/articles/postcss.html)
* [What PostCSS Really Is; What It Really Does](https://davidtheclark.com/its-time-for-everyone-to-learn-about-postcss/)
* [PostCSS Guides](https://webdesign.tutsplus.com/series/postcss-deep-dive--cms-889)

Expand Down Expand Up @@ -378,7 +378,7 @@ prefixer({ display: 'flex' }) //=> { display: ['-webkit-box', '-webkit-flex', '-
```

[`postcss-js`]: https://github.com/postcss/postcss-js
[Browserify]: http://browserify.org/
[Browserify]: https://browserify.org/
[CSS-in-JS]: https://github.com/MicheleBertoli/css-in-js
[webpack]: https://webpack.github.io/

Expand Down

0 comments on commit 0a7e5a6

Please sign in to comment.