File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 20
20
function-name-case : lower
21
21
function-parentheses-newline-inside : null
22
22
function-parentheses-space-inside : never
23
- function-url-data-uris : null
24
23
function-url-no-scheme-relative : true
25
24
function-url-quotes :
26
25
- always
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 0.1.1] - 2019-06-17
8
+ ### Changed
9
+ - Removed deprecated rule ` function-url-data-uris ` .
10
+
7
11
## [ 0.1.1] - 2017-07-03
8
12
### Changed
9
13
- Added a separate config for styled-components.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylelint-config-umbrellio" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " Stylelint config used for Umbrellio projects" ,
5
5
"main" : " .stylelintrc.yml" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments