Skip to content

Instantly share code, notes, and snippets.

View aaroncrawford's full-sized avatar

Aaron Crawford aaroncrawford

View GitHub Profile
@aaroncrawford
aaroncrawford / tailwind.js
Created March 23, 2022 04:06
Tailwind 24 Column Width Percentages
width: {
"1/24": "4.1666666666667%",
"2/24": "8.3333333333333%",
"3/24": "12.5%",
"4/24": "16.6666666666667%",
"5/24": "20.8333333333333%",
"6/24": "25%",
"7/24": "29.166666666666667%",
"8/24": "33.333333333333333%",
"9/24": "37.5%",
var data = {
"type": "FeatureCollection",
"name": "Cane Island Section 21",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "Section": 21, "Block": 1, "Lot": 52 }, "geometry": { "type": "MultiPolygon", "coordinates": [
[
[
[-95.842093169272417, 29.802952586671083],
[-95.842093230384151, 29.802951181102419],
/*
"material" theme (VictoryTheme.material)
Try changing the theme. You could start with `colors` or `fontSize`.
*/
// Colors
const yellow200 = "#FFF59D";
const deepOrange600 = "#F4511E";
const lime300 = "#DCE775";
const lightGreen500 = "#8BC34A";