Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 459 Bytes

File metadata and controls

33 lines (18 loc) · 459 Bytes

cssom-gen

A library for programmatically generating CSS using the W3C CSSOM standard as a base.

Usage

Setup

npm i cssom-gen

Environments

This library is intended to work in both in Node.js and the browser.

Examples

TODO...

API

TODO...

Reference

TODO...

About

Project Goals

Provide an easy way to programmatically generate CSS using the CSSOM standard with confidence in the validity of the output.