CLI command to transpile CSS for code components

Created on 20 May 2025, about 1 month ago

Overview

The CLI tool needs to be able to transpile the CSS code of local components. This is referring to individual CSS written for each component.

β†’ See: 🌱 [Meta] CLI tool for code components Active

Proposed resolution

  1. Implement this command using Lightning CSS with the same configuration as Tailwind CSS and tailwindcss-in-browswer: https://github.com/tailwindlabs/tailwindcss/blob/v4.1.4/packages/%40tail....
  2. Read the location for your local directory for components from an environment variable or .env file established in πŸ“Œ Set up first authenticated request from CLI Postponed .
  3. Allow users to select components interactively or passed as a CLI argument. Make sure there is an option to select all.
  4. Write the output to dist/index.css inside the directory of every component.
  5. Extend the upload command ( ✨ CLI command to upload code components Postponed ) to run this compilation, and upload the compiled CSS for the component(s).
✨ Feature request
Status

Postponed

Version

0.0

Component

CLI Tool

Created by

πŸ‡³πŸ‡±Netherlands balintbrews Amsterdam, NL

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024