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

Commit 21b8182

Browse files
author
Marlow Payne
committed
Merge pull request #77 from mobify/mention-csscomb-in-intro
Update the "Tools & Frameworks" CSS intro documentation
2 parents e18035a + 0676b59 commit 21b8182

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2.3.2
2+
- Update documentation: "Tools & Frameworks" section in the CSS introduction
13
2.3.1
24
- Add an eslint config file for production-ready JS
35
2.3.0

css/introduction/readme.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@ This document outlines the way Customer Success team is expected to write their
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+
78
## Table of Contents
89

910
* [Tools & Frameworks](#tools--frameworks)
1011
* [Philosophy & Structure](#philosophy--structure)
1112

13+
1214
## Tools & Frameworks
1315

14-
* [Sass](http://sass-lang.com/)
15-
* [Autoprefixer](https://github.com/ai/autoprefixer)
16-
* [Vellum](https://github.com/mobify/vellum)
17-
* [Spline](https://github.com/mobify/spline)
18-
* [Stencil](https://github.com/mobify/stencil)
19-
* [SCSS-Lint](https://github.com/causes/scss-lint) (Our custom linting rules are found [here](https://github.com/mobify/mobify-code-style/blob/master/css/.scss-lint.yml))
16+
* [Sass](http://sass-lang.com/) is our preprocessor of choice
17+
* [PostCSS](https://github.com/postcss/postcss) for its [Autoprefixer](https://github.com/postcss/autoprefixer) plugin
18+
* [Vellum](https://github.com/mobify/vellum) is our starting point for base styles on Customer Success projects at Mobify
19+
* [Spline](https://github.com/mobify/spline) is our library of Sass mixins and functions
20+
* [Stencil](https://github.com/mobify/stencil) (Deprecated – but a new 2.0 version is coming soon!) is our library or reusable UI patterns
21+
* [SCSS-Lint](https://github.com/causes/scss-lint) is our preferred linter for `SCSS`. See our custom linting rules are found [here](https://github.com/mobify/mobify-code-style/blob/master/css/.scss-lint.yml))
22+
* [CSScomb](http://csscomb.com/) is a tool that can be plugged into most popular text editors that automatically formats your code! Our formatting ruleset can be found [here](https://github.com/mobify/mobify-code-style/blob/master/css/.csscomb.json)
2023

2124

2225
## Philosophy & Structure

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobify-code-style",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Code style guide and linting tools for Mobify",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)