
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@heathmont/moon-css
Advanced tools
A library for generating primitive, semantic, component variables and component classes.
FIGMA_TOKEN
)FIGMA_FILE
)FIGMA_COMPONENTS_FILE
). OPTIONALMOON_OUTPUT_DIR
). OPTIONAL.env
file with your variables:FIGMA_TOKEN=figd_personal-access-token
FIGMA_FILE=your-brand:BZiHkvF7pXFHrFH8P0cG2T
FIGMA_COMPONENTS_FILE=your-brand:S3q1SkVngbwHuwpxHKCsgtJj
MOON_OUTPUT_DIR=assets
Basic installation:
npx @heathmont/moon-css
This generates css/your-brand-base.css
with all CSS variables.
Generate Tailwind preset:
npx @heathmont/moon-css --with-preset
This adds js/your-brand-base-preset.js
for Tailwind utility classes.
Include pre-built components:
npx @heathmont/moon-css --with-preset --with-components
This also generates js/moon-components.js
with ready-to-use component classes.
css/your-brand-base.css
- CSS variablesjs/your-brand-base-preset.js
- Tailwind preset configuration (optional)js/moon-components.js
- Pre-built component classes (optional)FAQs
Simple Moon components as CSS layer
We found that @heathmont/moon-css demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 150 open source maintainers collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.