Skip to content

Commit 3e42a78

Browse files
nulldefakxcv
authored andcommitted
[stylelint] Deprecated function-url-data-uris (#76)
* remove * changelog and version
1 parent 356b050 commit 3e42a78

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

stylelint/.stylelintrc.yml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ rules:
2020
function-name-case: lower
2121
function-parentheses-newline-inside: null
2222
function-parentheses-space-inside: never
23-
function-url-data-uris: null
2423
function-url-no-scheme-relative: true
2524
function-url-quotes:
2625
- always

stylelint/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.1.1] - 2019-06-17
8+
### Changed
9+
- Removed deprecated rule `function-url-data-uris`.
10+
711
## [0.1.1] - 2017-07-03
812
### Changed
913
- Added a separate config for styled-components.

stylelint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-umbrellio",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Stylelint config used for Umbrellio projects",
55
"main": ".stylelintrc.yml",
66
"files": [

0 commit comments

Comments
 (0)