Skip to content

Commit 5d49fb0

Browse files
author
Alex Bea
authored
Merge pull request #42 from punkave/hotfix/font-weight
Removes font-weight notation
2 parents 003bff8 + 5fca842 commit 5d49fb0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ Add the following to `.stylelintrc` in root directory of project.
1212
```
1313

1414
## Changelog
15+
### 1.1.0
16+
- Rules eased, removing the font-weight rule due to our practice of using a Sass function for the property.
17+
1518
### 1.0.0
1619
- Adds "declaration-strict-value," setting rules for variable use in specific properties.

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = {
99
'color-no-invalid-hex': true,
1010
'declaration-property-unit-whitelist': { 'line-height': [] },
1111
'font-family-no-duplicate-names': true,
12-
'font-weight-notation': 'numeric',
1312
'number-leading-zero': 'always',
1413
'number-max-precision': 2,
1514
'number-no-trailing-zeros': true,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-punkave",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"main": "index.js",
55
"author": "P'unk Ave",
66
"repository": {

0 commit comments

Comments
 (0)