Files
posthog.com/postcss.config.js
Cory Watilo 5ab28b3678 Article legibility (#2180)
* refactor article styles to share between handbook, docs, blog, customers, generic

* make links red!

* format "let us know" block as blockquote, use component in this article

* formatting

* set default article font size, then override where we want it smaller

* fixed small ui issue on old blog post

* convert md h1s to h2s (and other cascading adjustments)

* replace postcss-nested with tailwindcss/nesting

* update yarn.lock

Co-authored-by: Cory Watilo <corywatilo@gmail.com>
Co-authored-by: Eli Kinsey <eli@ekinsey.dev>
2021-10-05 15:15:13 -07:00

4 lines
125 B
JavaScript

module.exports = () => ({
plugins: [require('tailwindcss/nesting'), require('tailwindcss'), require('autoprefixer')],
})