🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.Learn More
Socket
Sign inDemoInstall
Socket

create-tailwindkit-ts

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

create-tailwindkit-ts

A Sveltekit starter project with Typescript and Latest version of Tailwind pre-configured

0.3.0
unpublished
latest
Source
npm
Version published
Maintainers
1
Created
Source

Sveltekit Tailwind & Typescript Template

This is a starter template to jumpstart your project with Typescript and the latest version of Tailwindcss, with minimal to no configuration needed.

Installation

Run this command in your terminal:

npx create-tailwindkit-ts@latest your-app-name-here

Usage

If you want to enable dark mode you will have to modify the tailwind.config.cjs file

module.exports = {
	mode: 'jit',
	purge: ['./src/**/*.svelte'],
	darkMode: 'class', // or 'media'
	theme: {
		extend: {}
	},
	variants: {
		extend: {}
	},
	plugins: []
};

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

FAQs

Package last updated on 12 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts