Skip to content

Instantly share code, notes, and snippets.

@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
##