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

https://github.com/microcodeincorporated/html-css-sg

MicroCODE's HTML-CSS Style Guide.
https://github.com/microcodeincorporated/html-css-sg

Last synced: 4 months ago
JSON representation

MicroCODE's HTML-CSS Style Guide.

Awesome Lists containing this project

README

          

# HTML-CSS Style Guide

MicroCODE's HTML-CSS Style Guide.

## Description

This HTML-CSS (.html) Style Guide used by all coders involved in a MicroCODE project.
This defines our documentation rules, code style rules, and code ordering rules.

## Getting Started

### Dependencies

* This Style Guide was started from the MIT xPRO CSS Style Guide.
* The MIT xPRO Style Guide was created from the AirBnb CSS Style Guide.
* We have taken those guides and applied our limited Web experience in an attempte to make it our own.

### Installing

* This is just a PDF to read, but be sure to use it in conjunction with our HTML-CSS Code Templates.
```
mcodeTemplate.html
mcodeTemplate.js
```

## Help

If there is anyting you do not understand about using this guide (along with our templates) get with other team members.
Do NOT make assumptions about it use.

## Terminology

| Word or Acronym | Description/Definition |
|-------------------|-------------------------------------------------------|
| Template | A file used to start others to ensure code and documentation consistency.
| ES5, ES6 | Different revisions of the HTML-CSS (ECMAScript) language standard.
| HTML-CSS-SG | MicroCODE's HTML-CSS Style Guide. (Available on GitHub).

## Authors

Contributors names and contact info

* Timothy J McGuire [@TimothyMcGuire](https://twitter.com/TimothyMcGuire)

## Version History

* 0.0
* Initial Release

## License

This project is licensed under the MIT License - see the LICENSE.md file for details

## Acknowledgments

Inspiration, code snippets, etc.
* [AirBnb's CSS StyleGuide](https://github.com/airbnb/CSS)