From 50b0f2b910718eefcab0a8b1bf30ead7c45a3729 Mon Sep 17 00:00:00 2001 From: Chris Gaines Date: Tue, 13 Nov 2018 01:21:48 -0600 Subject: [PATCH] Update index.md (#34082) --- guide/english/css/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/index.md b/guide/english/css/index.md index 8e60ff0bdb..7211618eda 100644 --- a/guide/english/css/index.md +++ b/guide/english/css/index.md @@ -17,7 +17,7 @@ You can build some pretty amazing things in CSS alone, such as this pure-CSS [Mi ### Popular CSS Frameworks 2018 Frameworks exist to make the more complex parts of css easier and more efficient for developers to build out websites. Some of the most popular CSS Frameworks are: -Bootstrap, Foundation, Bulma, uikit, Semantic UI, mini.css, Materialize, Material Design Lite, Spectre and Kube +Bootstrap, Foundation, Bulma, uikit, Semantic UI, mini.css, Materialize, Material Design Lite, Spectre, Kube, and tailwind.css #### Suggested Reading: A good start is the freeCodeCamp curriculum [Introduction to Basic CSS](https://learn.freecodecamp.org/responsive-web-design/basic-css).