CypherPotato / cascadium

Provides a CSS compiler that compiles higher-level code with single-line comments, nesting into a legacy CSS file.

Home Page:https://cascadium.project-principium.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cascadium

Cascadium is an lightweight pre-processor for the CSS styling language.

This small module can compile CSS with the following features into a legacy CSS file that is more compatible with most browsers.

It is written in C#, built to run in any operating system without .NET installed. Also, it's source code is open-source.

Some of what it can do:

  • nesting
  • single line comments
  • minify and compress
  • merge equivalent queries and selectors
  • converters
  • rewriters

Getting started

Learn how to get started with Cascadium and optimize your CSS development.

About

Provides a CSS compiler that compiles higher-level code with single-line comments, nesting into a legacy CSS file.

https://cascadium.project-principium.dev/

License:MIT License


Languages

Language:C# 99.5%Language:Batchfile 0.5%