Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.
/ JSCSSP Public archive
forked from FGRibreau/JSCSSP

JSCSSP without DOM pollution ** This repository has been archived and is now read-only. Please contact one of the fluid-project maintainers if you’d like to request it be unarchived for further development. https://wiki.fluidproject.org/display/fluid/Get+Involved

Notifications You must be signed in to change notification settings

fluid-project/JSCSSP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

This repository has been archived and is now read-only. Please contact one of the fluid-project maintainers if you’d like to request it be unarchived for further development. https://wiki.fluidproject.org/display/fluid/Get+Involved

JSCSSP - CSS parser in JavaScript

This is a modified version of Daniel Glazman's JSCSSP.

Usage

var parser = new CSSParser();
parser.parse("a{color:#FF0OFF;}", false, true);

About

JSCSSP without DOM pollution ** This repository has been archived and is now read-only. Please contact one of the fluid-project maintainers if you’d like to request it be unarchived for further development. https://wiki.fluidproject.org/display/fluid/Get+Involved

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 2.6%
  • HTML 0.6%