css

16 tools tagged "css".

CSS Formatter

Format and beautify CSS with consistent indentation and spacing.

Open tool

CSS Minifier

Shrink CSS by removing whitespace and merging rules, powered by csso.

Open tool

Sass Compiler

Compile SCSS to plain CSS using Dart Sass, the official Sass implementation.

Open tool

LESS Compiler

Compile LESS to plain CSS using the official less.js compiler.

Open tool

CSS Validator

Check whether CSS is syntactically valid and see the exact error location.

Open tool

CSS to Tailwind Converter

Convert plain CSS rules into their closest Tailwind CSS utility class equivalents.

Open tool

Tailwind to CSS Converter

Convert a space-separated list of Tailwind utility classes into equivalent plain CSS declarations.

Open tool

CSS Variable Extractor

Extract every CSS custom property (--name: value;) from a stylesheet into a clean, deduplicated list.

Open tool

SCSS Compiler

Compile a lightweight SCSS subset (nesting, &, variables, comments) to plain CSS with no dependency.

Open tool

Hex Color to HSL Converter

Convert a #RRGGBB hex color into HSL (hue, saturation, lightness) values.

Open tool

Hex Color to RGB Converter

Convert a 6-digit #RRGGBB hex color into an rgb(r, g, b) CSS value, no alpha channel.

Open tool

Hex Color to RGBA Converter

Convert a #RRGGBB or #RRGGBBAA hex color into an rgba(r, g, b, a) CSS color value.

Open tool

HSL to Hex Color Converter

Convert HSL (hue, saturation, lightness) values into a #RRGGBB hex color.

Open tool

RGB to Hex Color Converter

Convert separate red, green, blue (0-255) values into a plain #RRGGBB hex color.

Open tool

RGBA to Hex Color Converter

Convert separate red, green, blue (0-255) and alpha (0-1) values into a #RRGGBBAA hex color.

Open tool

Tailwind Config Generator

Generate a tailwind.config.ts with content globs, theme colors/fonts, dark mode, and official plugins.

Open tool