Skip to content

pharo-contributions/CSSParser

Repository files navigation

CSSParser

How to get CSSParser

To install a version of CSSParser, use one the following scripts inside a playground or in your project baseline.

Latest development version

Metacello new
	baseline: 'CSSParser';
	repository: 'github://pharo-contributions/CSSParser:master';
	onConflictUseLoaded;
	load

Add in your baseline

spec baseline: 'CSSParser' with: [ spec repository: 'github://pharo-contributions/CSSParser:master' ].

CSSParser model

image

Getting Started

To install CSSParser simply execute the following script in your Pharo image:

Metacello new
   baseline: 'CSSParser';
   repository: 'github://pharo-contributions/CSSParser:master';
   load.

Origin project

http://www.squeaksource.com/htmlcssparser/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •