An open API service indexing awesome lists of open source software.

https://github.com/zurb/zurb-code-standards

Code standards for ZURB's family of products and client deliverables.
https://github.com/zurb/zurb-code-standards

Last synced: 8 months ago
JSON representation

Code standards for ZURB's family of products and client deliverables.

Awesome Lists containing this project

README

          

# Foundation Standards

This collection of standards informs how we build the Foundation family. ZURBians and Foundation fans alike should refer to this document when developing any of the frameworks, or the many supporting libraries.

## Contents

### General

- **[Libraries](libraries.md):** The open source projects that make up the Foundation family.
- **[Documentation](documentation.md):** Language for referring to the various elements of HTML, CSS, and JavaScript.

### Code

- **[Class Naming](class-naming.md):** Class naming and writing selectors.
- **[Sass](sass.md):** Writing Sass mixins.
- **[Sass Variables](variables.md):** Writing settings variables.
- **[Sass Mixins](mixins.md):** Writing Sass mixins.
- **[JavaScript](javascript.md):** Writing JavaScript plugins.
- **[Folder Structure](folders.md):** Folder structure for codebases.
- **[Colophon](colophon.md):** Common metadata to use in package files.

### GitHub

- **[GitHub Files](github.md):** Files to include in every GitHub repo.
- **[Issue Tags](tags.md):** GitHub issues tags to use for major projects.

### Config Files

- **[scss-lint Config](.scss-lint.yml):** Standard config file for scss-lint.
- **[eslint Config](.eslintrc):** Standard config file for eslint.