From a9416c0926d4831eaabbac67ff55f31234bad09b Mon Sep 17 00:00:00 2001 From: monstermaker <36918895+monstermaker@users.noreply.github.com> Date: Fri, 4 Jan 2019 03:26:09 +0000 Subject: [PATCH] added flexibility feature (#26952) Added information for noob developers about Bootstrap being flexible in styles due to the CSS nature. --- guide/english/bootstrap/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/bootstrap/index.md b/guide/english/bootstrap/index.md index d932005aaf..8b370a29d8 100644 --- a/guide/english/bootstrap/index.md +++ b/guide/english/bootstrap/index.md @@ -75,6 +75,8 @@ Bootstrap comes with predefined grid classes for your use in markup. See more de - Version 4.0 added Sass and flexbox support +- Bootstrap does not restrict you to a fixed CSS format but allows you to develop quickly allowing style overwrites using cascading to add/edit the default styles. + #### More Information: Bootstrap has thorough documentation with many examples and an HTML template for getting started (this template only has script included; it does not contain a set up of the grid system if that's what you're looking for).