mirror of
https://github.com/BillyOutlast/posthog.com.git
synced 2026-02-04 03:11:21 +01:00
* 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>
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
module.exports = () => ({
|
|
plugins: [require('tailwindcss/nesting'), require('tailwindcss'), require('autoprefixer')],
|
|
})
|