EN FR
← Packages

jdz/cssmaker

CSS compilation and minification

Overview

A modern PHP library for building optimized CSS files from LESS sources with advanced preprocessing, autoprefixing, and minification capabilities.

Features

  • LESS Compilation: Process LESS files with variables, mixins, and nesting
  • PostCSS Integration: Automatic vendor prefix addition and CSS optimization
  • CSS Optimization: Comment removal, whitespace cleaning, and minification
  • Modular Organization: Structured approach with categorized file types
  • Font Management: Built-in font loading and @font-face generation
  • Performance: Efficient temporary file handling and process pipeline
  • Fully Tested: Comprehensive test suite with modular test architecture
  • Fluent Interface: Method chaining for clean, readable code

Installation

composer require jdz/cssmaker