Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit c50ee71

Browse files
committed
Add table of contents to intro, and fix headings
1 parent b0adbf7 commit c50ee71

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

css/introduction/readme.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
## Introduction
1+
# Introduction
22

33
This document outlines the way Customer Success team is expected to write their CSS. Following this document ensures that everyone is writing markup that feels familiar and can be maintained by anyone with little overhead.
44

55
We follow a mixture of various methodologies include, but not limited to: SMACSS' seperation of concerns, OOCSS' modularity, Topcoat's coding guidelines, BEM-ish naming conventions, and others.
66

7-
### Tools & Frameworks
7+
## Table of Contents
8+
9+
* [Tools & Frameworks](#tools--frameworks)
10+
* [Philosophy & Structure](#philosophy--structure)
11+
12+
## Tools & Frameworks
813

914
* [Sass](http://sass-lang.com/)
1015
* [Autoprefixer](https://github.com/ai/autoprefixer)
@@ -14,7 +19,7 @@ We follow a mixture of various methodologies include, but not limited to: SMACSS
1419
* [SCSS-Lint](https://github.com/causes/scss-lint) (Our custom linting rules are found [here](https://github.com/mobify/mobify-code-style/blob/update-css-style/css/.scss-lint.yml))
1520

1621

17-
### Philosophy & Structure
22+
## Philosophy & Structure
1823

1924
We strive to write modular, component driven CSS with a clear seperation of concerns, structured so they are reuseable and findable. In the end, our code should be easy to maintain by anyone - even for new people entering a project.
2025

0 commit comments

Comments
 (0)