Skip to content

digaoddc/indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSS Indexer

Automatically index the important sections of your CSS.

How to Use

Just...

index.py $FILE_NAME

example.scss

// == GENERAL
body { background:#FFF; }

// == TYPOGRAPHY
p { color:#000; }

// == AND SO ON...

Will have this fancy header:

/**
  * ========= TABLE OF CONTENTS =========
  * 
  * 01. GENERAL
  * 02. TYPOGRAPHY
  * 03. AND SO ON...
  *
  */ 

Ideas? Fixes? Feel free to contribute!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages