All Projects → tw-in-js → twind-cli

tw-in-js / twind-cli

Licence: MIT license
No description or website provided.

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Vue
7211 projects
Svelte
593 projects

Projects that are alternatives of or similar to twind-cli

batu-gunting-kertas-nuxt
Rock Paper Scissors Game with Artificial Intellegence
Stars: ✭ 50 (+100%)
Mutual labels:  tailwindcss
wargabantuwarga.com
Inisiatif warga untuk berbagi informasi seputar fasilitas kesehatan dan alat kesehatan untuk COVID-19.
Stars: ✭ 533 (+2032%)
Mutual labels:  tailwindcss
modern-rails-flash-messages
Modern Rails flash messages - Example App
Stars: ✭ 21 (-16%)
Mutual labels:  tailwindcss
jovo-starter-web-chatwidget
Fully customizable open source chat widget that can be added to any website.
Stars: ✭ 20 (-20%)
Mutual labels:  tailwindcss
XT-Tailwind-for-Joomla
XT Tailwind for Joomla. My Blog template, based on Tailwind CSS.
Stars: ✭ 15 (-40%)
Mutual labels:  tailwindcss
tailwind-caret-color
Tailwindcss plugin to color caret in input fields
Stars: ✭ 12 (-52%)
Mutual labels:  tailwindcss
guild
Guild - Build Your Guild and award employees with Crypto 💰
Stars: ✭ 3 (-88%)
Mutual labels:  tailwindcss
svelte-tailwind-snowpack
TailwindCSS with Svelte and Snowpack v3
Stars: ✭ 100 (+300%)
Mutual labels:  tailwindcss
kickstart
Ruby on Rails application templates
Stars: ✭ 61 (+144%)
Mutual labels:  tailwindcss
shopify-foundation-theme
Modern Shopify theme using Shopify Theme Lab, Liquid, Vue and Tailwind CSS 🎨
Stars: ✭ 195 (+680%)
Mutual labels:  tailwindcss
miceditor
Miceditor: Transformice map editor
Stars: ✭ 14 (-44%)
Mutual labels:  tailwindcss
taro-plugin-tailwind
Taro 接入 windicss / tailwindcss 插件
Stars: ✭ 78 (+212%)
Mutual labels:  tailwindcss
go-omxremote
browser based omxplayer remote
Stars: ✭ 16 (-36%)
Mutual labels:  tailwindcss
portfolio
My portfolio website with built-in blogs and courses support
Stars: ✭ 155 (+520%)
Mutual labels:  tailwindcss
react-simple-boilerplate
Simple React Boilerplate with Webpack, Github Actions, Scss, Lazy Loading etc....
Stars: ✭ 38 (+52%)
Mutual labels:  tailwindcss
microsocial
Microsocial is an experimental social platform that takes a peer-to-peer approach to social media.
Stars: ✭ 21 (-16%)
Mutual labels:  tailwindcss
forum
a Opensource Forum Web with Tailwinds and Laravel
Stars: ✭ 45 (+80%)
Mutual labels:  tailwindcss
tailwind-react-next.js-typescript-eslint-jest-starter
Starter template for building a project using React, Typescript, Next.js, Jest, TailwindCSS and ESLint.
Stars: ✭ 80 (+220%)
Mutual labels:  tailwindcss
next-tailwind-starter
A starter for Next.js with Tailwind CSS and Typescript. Pre-configured with absolute import, TailwindUI and some additional components.
Stars: ✭ 22 (-12%)
Mutual labels:  tailwindcss
tall-toasts
A Toast notification library for the Laravel TALL stack. You can push notifications from the backend or frontend to render customizable toasts with almost zero footprint on the published CSS/JS 🔥🚀
Stars: ✭ 296 (+1084%)
Mutual labels:  tailwindcss

@twind/cli

MIT License Latest Release Github Typescript

Twind Demo

Installation

Install from npm:

# Using npm
npm install @twind/cli

# Using Yarn
yarn add @twind/cli

Usage

# Find all htm,html,js,jsx,tsx,svelte,vue,mdx files and print generated CSS
twind

# Write CSS to a file
twind -o public/styles.css

# Use custom globs
twind 'src/**/*.jsx' 'public/**/*.html'

# Watch mode
twind -w

# Generate beautified css file
twind -b

# Use different twind config (ts, esm, or cjs)
twind -c src/twind.config.js

# Use different tailwind config (ts, esm, or cjs)
twind -c tailwind.prod.js
  Usage
    $ twind [...globs=**/*.{htm,html,js,jsx,tsx,svelte,vue,mdx}] [options]

  Options
    -o, --output         Set output css file path (default print to console)
    -c, --config         Set config file path (default twind.config.[cm]js or tailwind.config.[cm]js
    -i, --ignore         Any file patterns to ignore
    -I, --ignore-file    gitignore like file  (default .gitignore)
    -b, --beautify       Generate beautified css file  (default false)
    -C, --cwd            The current directory to resolve from  (default .)
    -w, --watch          Watch for changes  (default false)
    --color              Print colorized output - to disable use --no-color  (default true)
    -v, --version        Displays current version
    -h, --help           Displays this message

Limitations

@twind/cli is a utility that can greatly help in some cases, however in practice it can also:

  • the grouping feature is currently not supported
  • yield "false positives" (i.e. detect TailwindCSS classes / selectors that are not actually used, due to broad string-based / regular expression search)
  • give false impressions (e.g. class names generated by Twind at runtime via css(), apply() and style() cannot possibly be computed via static code analysis, so the CLI-generated stylesheet is likely incomplete in most realistic use-cases).

Please see issue #1 for more details.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].