File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,8 @@ Add the following to `.stylelintrc` in root directory of project.
12
12
```
13
13
14
14
## 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
+
15
18
### 1.0.0
16
19
- Adds "declaration-strict-value," setting rules for variable use in specific properties.
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ module.exports = {
9
9
'color-no-invalid-hex' : true ,
10
10
'declaration-property-unit-whitelist' : { 'line-height' : [ ] } ,
11
11
'font-family-no-duplicate-names' : true ,
12
- 'font-weight-notation' : 'numeric' ,
13
12
'number-leading-zero' : 'always' ,
14
13
'number-max-precision' : 2 ,
15
14
'number-no-trailing-zeros' : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylelint-config-punkave" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"main" : " index.js" ,
5
5
"author" : " P'unk Ave" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments