From be35f249da5d1122403cca78a7e77a08b2cc062f Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Wed, 18 Apr 2018 18:06:30 +0200 Subject: [PATCH] DR-0004: add nice quote from CSS and Scalability article --- doc/decisions/0004-use-tachyons.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/decisions/0004-use-tachyons.md b/doc/decisions/0004-use-tachyons.md index eed2746..d456a73 100644 --- a/doc/decisions/0004-use-tachyons.md +++ b/doc/decisions/0004-use-tachyons.md @@ -33,6 +33,8 @@ By not modifying the definition of CSS classes anymore we can safely build out U ## Appendix -- [CSS and Scalability](http://mrmrs.github.io/writing/2016/03/24/scalable-css/) — an insightful article on why utility classes are a good idea by the author of Tachyons. +- [CSS and Scalability](http://mrmrs.github.io/writing/2016/03/24/scalable-css/) — an insightful article on why utility classes are a good idea by the author of Tachyons. A quote from that article: + + > In [the monolith] model, you will never stop writing css. Refactoring css is hard and time consuming. Deleting unused css is hard and time consuming. And more often than not - it’s not work people are excited to do. So what happens? People keep writing more and more css - [tachyons-tldr](https://tachyons-tldr.now.sh) — super helpful tool to look up classes provided by Tachyons via the CSS attributes they affect. - [dwyl/learn-tachyons](https://github.com/dwyl/learn-tachyons) — a nice repository with another 30s pitch and various examples outlining basic usage. \ No newline at end of file