Skip to content

Instantly share code, notes, and snippets.

View pasupuletics's full-sized avatar

Chandrasekhar Pasupuleti pasupuletics

  • ServiceNow
  • Hyderabad
View GitHub Profile
@pasupuletics
pasupuletics / 0 basics.md
Created February 14, 2018 07:05 — forked from threepointone/0 basics.md
css-in-js

A series of posts on css-in-js

0. styles as objects

First, an exercise. Can we represent all of css with plain data? Let's try.

let redText = { color: 'red' };