This is the reference point. All the other options are based off this.
|-- app
| |-- controllers
| | |-- admin
sass/ | |
| | |
|– base/ | |
| |– _reset.scss # Reset/normalize | |
| |– _typography.scss # Typography rules | |
| ... # Etc… | |
| | |
|– components/ | |
| |– _buttons.scss # Buttons | |
| |– _carousel.scss # Carousel |
// Lists of countries with ISO 3166 codes, presented in various formats. | |
// Last Updated: Nov 15, 2019 | |
// If you're using PHP, I suggest checking out: | |
// https://github.com/thephpleague/iso3166 | |
// | |
// JS developers can check out: | |
// https://www.npmjs.com/package/iso3166-2-db | |
// List of all countries in a simple list / array. |