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

Commit b9b0a7e

Browse files
author
Cole Sanderson
committed
Merge pull request #81 from mobify/csscomb-leading-zero-rule
Change CSSComb rule to disable leading-zero due to bug
2 parents dcc2c87 + a773b06 commit b9b0a7e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2.3.6
2+
- Change CSScomb rule: null leading-zero rule due to CSScomb bug
13
2.3.5
24
- Add Sass documentation about placeholders and `@extends`
35
- Add CSS documentation on l10n and i18n best practices

css/.csscomb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"combinator-space": [" ", " "],
1414
"element-case": "lower",
1515
"eof-newline": true,
16-
"leading-zero": true,
16+
"leading-zero": null,
1717
"rule-indent": " ",
1818
"stick-brace": " ",
1919
"unitless-zero": true,

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.5",
3+
"version": "2.3.6",
44
"description": "Code style guide and linting tools for Mobify",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)