Socket
Socket
Sign inDemoInstall

@twind/core

Package Overview
Dependencies
2
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twind/core


Version published
Maintainers
1
Install size
1.62 MB
Created

Readme

Source

@twind/core

Minimal implementation of a tailwind-compatible CSS-in-JS framework.

This package does not contain any Tailwindcss rules. These are defined in @twind/preset-tailwind.


READ THIS FIRST!

Twind v1 is still in beta. Expect bugs!


Installation

Install from npm:

# Using npm
npm install @twind/core@next

# Using Yarn
yarn add @twind/core@next

Usage

import { twind, cssom, observe } from '@twind/core'

const tw = observe(
  twind(
    {
      theme: {
        /* .. */
      },
      rules: [
        /* ... */
      ],
    },
    cssom(),
  ),
)

Keywords

FAQs

Last updated on 08 Jan 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc