Skip to content
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages