Configured Tailwind Theme for portfolio projects
(To utilise this theme, please ensure you are using YARN as the package manager and Tailwind is installed locally to the project.)
-
In
package.json
, please add the following:"dev-dependencies": { ... "tailwind-theme": "git+https://github.com/darker-software/Tailwind-Theme.git" }
-
Within the projects current Tailwind config, ensure you add
require('darker-software-tailwind-theme')
to the presets property on the exported object