foundation-compass-template
foundation-compass-template copied to clipboard
Foundation Compass Template (used by F4 CLI)
Bumps [ffi](https://github.com/ffi/ffi) from 1.9.6 to 1.11.2. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.2 / 2019-11-11 > ------------------- > > Added: > * Add DragonFlyBSD as a platform. [#724](https://github-redirect.dependabot.com/ffi/ffi/issues/724) > >...
I know that Foundation has been updated after I installed it, but when I run `bower update` no files seem to be updating: ``` bower foundation#* cached git://github.com/zurb/bower-foundation.git#5.0.2 bower foundation#*...
I had to make the following changes: - In config.rb, add 'app' as a prefix to the `add_import_path` ``` ruby # Require any additional compass plugins here. add_import_path "app/bower_components/foundation/scss" #...