Skip to content

Commit

Permalink
docs: typos
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Montoya <felipe.montoya@edunext.co>
  • Loading branch information
adamstankiewicz and felipemontoya authored Jul 18, 2023
1 parent 501bab7 commit 6a58103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/decisions/0019-scaling-styles-with-design-tokens.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Within Paragon, "theming" predominantly refers to brand customization as it rela
Current styles architecture
---------------------------

Today, Paragon's core styles are heavily based on `Bootstrap 4 <https://getbootstrap.com/docs/4.6/getting-started/introduction/>`__. The decision to rely on Bootstrap was to extend a popular, existing repsonsive CSS framework to get an initial design system created more efficienctly than creating all styles from scratch in addition to general knowledge and awareness of Bootstrap throughout the frontend community (see `OEP-16 <https://open-edx-proposals.readthedocs.io/en/latest/best-practices/oep-0016-bp-adopt-bootstrap.html>`__ for more details).
Today, Paragon's core styles are heavily based on `Bootstrap 4 <https://getbootstrap.com/docs/4.6/getting-started/introduction/>`__. The decision to rely on Bootstrap was to extend a popular, existing responsive CSS framework to get an initial design system created more efficiently than creating all styles from scratch in addition to general knowledge and awareness of Bootstrap throughout the frontend community (see `OEP-16 <https://open-edx-proposals.readthedocs.io/en/latest/best-practices/oep-0016-bp-adopt-bootstrap.html>`__ for more details).

Bootstrap 4 supports theming of visual styles through SCSS variables. As a result, Paragon's current theming system also relies overriding SCSS variables, both from core Bootstrap and custom Paragon variables.

Expand Down

0 comments on commit 6a58103

Please sign in to comment.