New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

sveltewind

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltewind

<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/sveltewind/sveltewind/main/.github/logo-dark.svg"> <source media="(

latest
npmnpm
Version
3.2.0
Version published
Weekly downloads
11
1000%
Maintainers
1
Weekly downloads
 
Created
Source

Tailwind CSS

A utility-first CSS framework for rapidly building custom user interfaces.

Total Downloads Latest Release License

Installation

# create a new project
npm create svelte@latest

# add tailwindcss
npx svelte-add@latest tailwindcss

# install svelte packages
npm i

# install sveltewind
npm i -D sveltewind
// tailwind.config.cjs
const config = {
  content: [
    './src/**/*.{html,js,svelte,ts}', 
    './node_modules/sveltewind/**/*.{html,js,svelte,ts}'
  ],

  theme: {
    extend: {}
    },

  plugins: []
};

module.exports = config;

Keywords

svelte

FAQs

Package last updated on 04 Jan 2025

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