| 43 | | * Update foundation.scss (copy the uncommented lines to a copy of the new file & check that component names haven't been changed) |
| 44 | | * Update _settings.scss (copy the uncommented lines to a copy of the new file & check that variable names haven't been changed) |
| 45 | | * @import "../../foundation/scss/functions"; |
| | 43 | * Update foundation.scss |
| | 44 | * Backup the existing file & copy in the new file |
| | 45 | * Modify paths: @import '../../foundation/scss/components/ |
| | 46 | * Comment the same lines in a copy of the new file & check that component names haven't been changed |
| | 47 | * Update _settings.scss |
| | 48 | * Backup the existing file & copy in the new file |
| | 49 | * Modify path: @import "../../foundation/scss/functions"; |
| | 50 | * Copy the uncommented lines from the backup to the new file & check that variable names haven't been changed |