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 / FancyAssLegalList.html
Created August 1, 2013 16:51
Fancy Ass Legal List using CSS Counters
<!DOCTYPE html>
<html>
<head>
<title>Anthony Ticknor | The Nerdery</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
font-size: 100%;
}
@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
##