We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0f5ca commit 5fca842Copy full SHA for 5fca842
README.md
@@ -12,5 +12,8 @@ Add the following to `.stylelintrc` in root directory of project.
12
```
13
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
+
18
### 1.0.0
19
- Adds "declaration-strict-value," setting rules for variable use in specific properties.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stylelint-config-punkave",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"main": "index.js",
5
"author": "P'unk Ave",
6
"repository": {
0 commit comments