mirror of
https://github.com/BillyOutlast/posthog.com.git
synced 2026-02-04 03:11:21 +01:00
* add osiris, new primary button styles, update nav * remove primary button brackets * fix local env issues * refactor button styles, secondary button * sunset the moon, land (remove) the rocket * correctly angle icons in buttons * Update yarn.lock * polish button styles * broken cta hover states (for debugging) * Install postcss-nested for nesting in .css * switch button css to scss * Update global.css * updating proof ui * get fonts in order - use SK Curiosity for all text fonts - remove one-off hard-coded fonts - fix font stacks * getting new hero graphic, headline, buttons in order * 5-step process view * transition to those sweet sweet mountains * button css -> scss * v1 of new platform section * platform background embellishments * restructure platform block for responsivity * hero responsive polish * propagate button styles throughout site * fix homepage header on light mode to always stay dark * use tailwind * remove 3D hero image until we roll out 3D site-wide * minor pricing page cleanup, verbiage tweaks * hero style tweaks - removed upper mountain range - data lakes -> data warehouse - smooth out gradients between sections Co-authored-by: Cory Watilo <corywatilo@gmail.com> Co-authored-by: Michael Matloka <dev@twixes.com>
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
module.exports = () => ({
|
|
plugins: [require('tailwindcss'), require('postcss-nested')],
|
|
})
|