├── .brackets.json ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── image.png ├── main.js ├── package.json └── template └── basic.html /.brackets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GBratsos/brackets-zurb-foundation/HEAD/.brackets.json -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GBratsos/brackets-zurb-foundation/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GBratsos/brackets-zurb-foundation/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GBratsos/brackets-zurb-foundation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GBratsos/brackets-zurb-foundation/HEAD/README.md -------------------------------------------------------------------------------- /image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GBratsos/brackets-zurb-foundation/HEAD/image.png -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GBratsos/brackets-zurb-foundation/HEAD/main.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GBratsos/brackets-zurb-foundation/HEAD/package.json -------------------------------------------------------------------------------- /template/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GBratsos/brackets-zurb-foundation/HEAD/template/basic.html --------------------------------------------------------------------------------