Skip to content
/ yopaat Public

A tool for parsing HTML styles to a CSS document

License

Notifications You must be signed in to change notification settings

ijm7/yopaat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yopaat Build Status

Yopaat converts inline HTML style tags into CSS styles. It does this by analysing an input HTML file and appending any style tags identified to the input CSS file.

Build

Run the following commands to clone the repository and build the program:

git clone https://github.com/ijm7/yopaat.git  
sudo bash install-dependencies.sh
make  

To clean the build:

make clean  

About

A tool for parsing HTML styles to a CSS document

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published