Created
September 27, 2016 18:32
-
-
Save mattly/041cd14310338f195ec3154fd7b5f936 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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