Skip to content
/ css3tool Public
forked from franksort/css3tool

A tool for optimizing your CSS3 code, written in Python.

License

Notifications You must be signed in to change notification settings

apg/css3tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

css3tool

by franksort

What is it?

A tool for optimizing your CSS3 code, written in Python. For instance, you can feed it a CSS3 file and a HTML5 file and css3tool will tell you which selectors aren't being used.

Installation

css3tool requires Python (some version), ply, and lxml.

pip install ply
pip install lxml
git clone <project>

Usage

I don't know yet. Maybe:

python css3tool.py --unused <css file> <html file>

Contributing

For the love of God, yes.

About

A tool for optimizing your CSS3 code, written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%