setup of foundation 6
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 11 Jul 2019 15:59:05 +0000 (11:59 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 11 Jul 2019 15:59:05 +0000 (11:59 -0400)
commit31dfc9dd22c1b6050dfeb2002b16957988e936d7
treef0b7361d6a3fa23f3dd4fb4d488ab86270906906
setup of foundation 6
25 files changed:
.babelrc [new file with mode: 0644]
.bowerrc [new file with mode: 0644]
.browserslistrc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
config.yml [new file with mode: 0644]
gulpfile.babel.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
readme.md [new file with mode: 0644]
src/assets/img/.gitkeep [new file with mode: 0644]
src/assets/js/app.js [new file with mode: 0644]
src/assets/js/lib/foundation-explicit-pieces.js [new file with mode: 0644]
src/assets/scss/_settings.scss [new file with mode: 0644]
src/assets/scss/app.scss [new file with mode: 0644]
src/assets/scss/components/.gitkeep [new file with mode: 0644]
src/assets/scss/glmWordPress.scss [new file with mode: 0644]
src/assets/scss/global/_typography.scss [new file with mode: 0644]
src/data/.gitkeep [new file with mode: 0644]
src/layouts/default.html [new file with mode: 0644]
src/pages/index.html [new file with mode: 0644]
src/partials/.gitkeep [new file with mode: 0644]
src/styleguide/index.md [new file with mode: 0644]
src/styleguide/template.html [new file with mode: 0644]
yarn.lock [new file with mode: 0644]