tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

chore: newline consistency

+3 -2
+3 -2
dev.css
··· 49 50 /* 3. css reset */ 51 /* modified from https://www.joshwcomeau.com/css/custom-css-reset */ 52 - 53 *, 54 *::before, 55 *::after { ··· 86 p { 87 text-wrap: pretty; 88 } 89 h1, 90 h2, 91 h3, ··· 213 } 214 215 /* 6. document */ 216 - 217 body { 218 max-width: 48rem; 219 margin: 1rem auto 0; ··· 315 position: absolute; 316 width: 16rem; 317 } 318 aside:nth-child(even) { 319 left: calc(50% - ((48rem) / 2) - (16rem)); 320 } 321 aside:nth-child(odd) { 322 right: calc(50% - ((48rem) / 2) - (16rem)); 323 }
··· 49 50 /* 3. css reset */ 51 /* modified from https://www.joshwcomeau.com/css/custom-css-reset */ 52 *, 53 *::before, 54 *::after { ··· 85 p { 86 text-wrap: pretty; 87 } 88 + 89 h1, 90 h2, 91 h3, ··· 213 } 214 215 /* 6. document */ 216 body { 217 max-width: 48rem; 218 margin: 1rem auto 0; ··· 314 position: absolute; 315 width: 16rem; 316 } 317 + 318 aside:nth-child(even) { 319 left: calc(50% - ((48rem) / 2) - (16rem)); 320 } 321 + 322 aside:nth-child(odd) { 323 right: calc(50% - ((48rem) / 2) - (16rem)); 324 }