SCSS to CSS Converter - Online Free Sass Compiler
Compile SCSS code to CSS directly in the browser using the official Sass.js library. Supports variables, mixins, nesting. No server upload required.
UD5 Toolkit
Free Online Stylesheet Compiler β Compile LESS to clean CSS instantly
npm install -g less) and run lessc input.less output.css in your terminal.
@var), mixins with parameters and default values, nested rules with & parent selector, mathematical operations (+ - * /), color functions (lighten(), darken(), fade()), guards (when conditions), loops (recursive mixins), maps, and the !important keyword. It runs less.js v4 which closely follows the official LESS specification.
@import to load other .less files from external URLs, those imports will fail. For projects that use @import, consider combining your LESS files locally before pasting them here, or use a server-side build process with tools like Webpack, Vite, or the LESS CLI.
@for, @each), conditionals, and more built-in functions. LESS is the foundation of Bootstrap 3/4, while Sass powers Bootstrap 5+. Choose LESS if you prefer JavaScript-based tooling and a gentler learning curve.
Compile SCSS code to CSS directly in the browser using the official Sass.js library. Supports variables, mixins, nesting. No server upload required.
Paste your SCSS or Sass code and compile it to standard CSS. Basic sass.js engine runs in your browser. No server.
Minify JavaScript and CSS code to reduce file size for production. Remove whitespace and comments instantly. Run locally, your code stays private.
Set up Stylelint rules for your project by selecting extensions (SCSS, order, etc.). Output a valid .stylelintrc.
Write global CSS and autoβgenerate unique, scoped class names with source maps. Understand CSS Modules naming.
Paste CSS with vendor prefixes and get a clean version with only the standard property. Modernize your stylesheets.
Convert any length between px, rem, em, vw, vh, %, and pt. Set base size for context. Ultimate frontend helper.
Write CSS like `oklch(from red l c h)` to modify colors. Preview the output and copy. Modern color manipulation.
Build a complete fontβstack for your website. Choose a primary font and get the best fallback options for different OS. Copy the CSS.
Convert your text to all lowercase instantly. Clean and simple. Works offline.
Pick a COLRv1 color font and change its palette with fontβpalette. Create custom palettes with @fontβpaletteβvalues.
Design beautiful buttons with gradients, shadows, and hover/active effects. No JavaScript required. Copy the CSS.
Build a custom CSS reset by toggling which elements to normalize. Copy the resulting stylesheet. Lean and clean.
Write CSS like `oklch(from red l c h)` to modify colors dynamically. Preview the output and copy the code.
Paste Pug template code and compile it to HTML. See the rendered output instantly. For static site devs.
Design a modern button with gradients, shadows, and hover effects. Copy the clean CSS code.
Convert hex, RGB, or HSL into the modern OKLCH color space. See the preview and copy CSS oklch() value. Local.
Convert REM values to pixels and vice versa based on your root font size. Essential for scalable web typography.
Pick two colors and mix them in different color spaces with sliders. See the difference between sRGB and OKLCH mixing. Copy the code.
Visually apply CSS transform functions like rotate, scale, skew, and translate. Obtain the exact CSS code for your elements. No coding needed.
Design a fully styled scrollbar with colors, width, radius, and hover effects. Supports both ::-webkitβscrollbar and Firefox scrollbarβwidth.
Take a bloated inline SVG and clean it: remove unnecessary attributes, apply CSS shorthand. Smaller markup. Pure parser.
Convert any text to snake_case, kebabβcase, camelCase, or PascalCase. Essential for programming variable naming. Local.
Type text and instantly see it rendered with textβtransform: uppercase, lowercase, capitalize, and fullβwidth. Copy CSS.
Write scoped CSS rules that apply only within a subtree. See the boundary limits and avoid naming conflicts. New browser feature.
Browse a collection of common UI components (cards, modals, navbars) built with pure CSS. Preview and copy the HTML/CSS. Fast prototyping.
Browse a collection of ready-to-use CSS animations (fade, slide, bounce). Click to preview, then copy @keyframes and class to your project. Local tool.
Paste an SVG and get an optimized, URLβencoded data URI for use in CSS backgrounds. Reduces file size and escapes characters.
Strip metadata, comments, and unnecessary precision from SVG files. Reduce file size. Pure browser SVG parser.
Toggle common print styles: remove backgrounds, hide elements, set page margins, and add page breaks. Get the complete @media print block.