Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby starter boilerplate combining Tailwind CSS and SASS with preconfigured config files.
Gatsby's Tailwind SASS Starter is a boilerplate for the Gatsby static site generator that gives you a preconfigured project with Tailwind CSS and SASS styling out of the box. This starter, from durianstack, includes the standard Gatsby configuration files and a visual demo you can inspect before installing.
This is a starter repository for Gatsby, the React-based site generator, tailored for developers who want to build with Tailwind CSS and SASS. It takes a bare Gatsby installation and adds a tailwind.js config file where you define your design tokens, plus SASS preprocessing so you can use variables, mixins, and nesting. The project is hosted on GitHub under the durianstack account, and a live demo is deployed at https://gatsby-tailwindcss-sass-starter-demo.netlify.com/.
tailwind.js file that controls your color palette, font stacks, type scale, border sizes, breakpoints, and opacity scale.gatsby-config.js for site metadata and plugins, gatsby-node.js for Node API usage, gatsby-browser.js for browser APIs, and gatsby-ssr.js for server-side rendering customization..prettierrc to keep code style consistent across contributors.npx gatsby new your-site-name https://github.com/durianstack/gatsby-tailwindcss-sass-starter.gatsby develop, the site runs at localhost:8000 and the GraphiQL data explorer is available at localhost:8000/___graphql.tailwind.js to change colors, fonts, type scale, borders, and breakpoints site-wide.src/pages/index.js and save — the browser updates in real time via Gatsby's hot reloading.npx gatsby new your-site-name https://github.com/durianstack/gatsby-tailwindcss-sass-starter.gatsby develop.src/pages/index.js and see changes instantly in the browser at localhost:8000.The starter is open source under the MIT license — the README states Gatsby is MIT licensed and the project includes a LICENSE file.
Yes, the project is MIT licensed, so you can use, modify, and distribute it freely.
It includes the standard Gatsby files: gatsby-config.js, gatsby-node.js, gatsby-browser.js, gatsby-ssr.js, plus a tailwind.js config, .prettierrc, and a src directory.
The README has a one-click Deploy to Netlify button that sets up the repository directly on Netlify; there is also a live demo hosted on Netlify.
Yes, it is a Tailwind and SASS starter, so both are preconfigured.