From 6f909b1f8b5818df4168b1628cc51cb47abd413f Mon Sep 17 00:00:00 2001 From: Amadeus <38767929+Mozart409@users.noreply.github.com> Date: Mon, 13 Apr 2020 20:02:14 +0200 Subject: [PATCH] chore(starters): add gatsby-custom-tailwind (#22858) Co-authored-by: Kyle Gill --- docs/starters.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/starters.yml b/docs/starters.yml index 63405d2377ed4..022c22bbea4fe 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -5853,6 +5853,22 @@ - CSS-in-Reason support - StaticQuery GraphQL support in ReasonML - Similar to gatsby-starter-blog + +- url: https://gct.mozart409.space/ + repo: https://github.com/Mozart409/gatsby-custom-tailwind + description: A minimal tailwind css starter, with custom fonts, purgecss, automatic linting when committing to master, awesome lighthouse audit, custom zeit/serve server for production build, visible to all in your network, so you can test it with your phone. + tags: + - Linting + - PWA + - SEO + - Styling:Tailwind + - Styling:PostCSS + features: + - Minimal Tailwind Starter + - Custom Fonts predefined + - Automatic Linting on Commit using husky and pretty-quick + - Custom server to test Production Builds on your local network via zeit/serve + - Extensive Readme in the repo - url: https://gatsby-redux-toolkit-typescript.netlify.com/ repo: https://github.com/saimirkapaj/gatsby-redux-toolkit-typescript-starter description: Gatsby Starter using Redux-Toolkit, Typescript, Styled Components and Tailwind CSS.