Skip to content

Instantly share code, notes, and snippets.

@mattly
Created September 27, 2016 18:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattly/041cd14310338f195ec3154fd7b5f936 to your computer and use it in GitHub Desktop.
Save mattly/041cd14310338f195ec3154fd7b5f936 to your computer and use it in GitHub Desktop.
// Cascading and Mutability cause pain
// and all sorts of trouble for your brain
// so quit being pedantic
// those styles are gigantic
// and Functional CSS is quite sane
// http://mrmrs.io/writing/2016/03/24/scalable-css/
// https://marcelosomers.com/writing/rationalizing-functional-css/
// https://blog.colepeters.com/building-and-shipping-functional-css/
// I would just use tachyons or basscss and be done with it, but if you want
// to override their variables you need to use postcss. I did a bit of recon
// on what would be involved with using postcss in boot, and decided it was
// simpler and less time-consuming to re-create them in sass. So, this.
// Sorry / Not Sorry. - ML
@corasaurus-hex
Copy link

Hey, a couple links changed and I thought you'd like to know.

The first link is now https://mrmrs.github.io/writing/2016/03/24/scalable-css/

The last link is now https://medium.com/@cole_peters/building-and-shipping-functional-css-4f29b947bcb9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment