This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Anthony Ticknor | The Nerdery</title> | |
<style type="text/css"> | |
* { | |
margin: 0; | |
padding: 0; | |
font-size: 100%; | |
} |