Skip to content

Instantly share code, notes, and snippets.

View apticknor's full-sized avatar
🌮
powered by cold brew and tacos.

Anthony Ticknor apticknor

🌮
powered by cold brew and tacos.
View GitHub Profile
@apticknor
apticknor / css-stats-ack.sh
Last active April 26, 2023 15:48 — forked from pjkix/css-stats-ack.sh
shell script to generate some css file statistics
#!/bin/bash
## Generate CSS Statistics and determine the health of your css
##
## Usage
## bash /path/to/css-stats-ack.sh
## bash /path/to/css-stats-ack.sh > file.txt
##
## TODO - add support for SCSS
##