twbs/examples

Match the ordering of parts in the file with the documentation

fulldecent opened this issue · 2 comments

In the example here

functions are below the customizations

But in

https://getbootstrap.com/docs/5.3/customize/sass/

The functions are above the customizations. And it even gives a 1. 2. 3. order to make that seem significant.

For consistency, even if the examples are working, you're right @fulldecent, we should change the order (and the comments) in the following examples:

  • color-modes
  • parcel
  • sass-js
  • sass-js-esm
  • vite
  • vue
  • webpack

PR is welcome :)

Edit: I had already created a PR for that: #41

Duplicate of #40. Closing it.