-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
CIMA currently includes the Bootstrap CSS library for page styling (mislabeled as 'boostrab', for some reason). This should be removed and replaced with CSS Grid or a combination of Grid and Flexbox.
There are several advantages to this:
- Grid and Flexbox are easier to read, write, and maintain
- Grid and Flexbox are more flexible and powerful than Bootstrap
- Grid and Flexbox are natively supported by all modern browsers, allowing us to eliminate the overhead of keeping and delivering Bootstrap files.
- The current Bootstrap layout looks terrible on Firefox, especially the Admin section
The WORDPOWER redevolopment branch has already implemented Grid for the index page.