diff options
| author | Elena Vilchik | 2019-06-12 15:50:01 +0200 | 
|---|---|---|
| committer | Tibor Blenessy | 2019-06-12 15:50:01 +0200 | 
| commit | b464f83be5076ebdbee253b34f1a872fbf708402 (patch) | |
| tree | 0ca1a77d77d0023de21e9a74b679af55f659a6ad /its | |
| parent | fd0139f0673ceaeabab4db3112cf18fff69f3c81 (diff) | |
| download | sonar-css-b464f83be5076ebdbee253b34f1a872fbf708402.tar.bz2 | |
Consider 'x' unit as compliant for S4653 (#178)
Diffstat (limited to 'its')
| -rw-r--r-- | its/plugin/projects/issues-project/src/file1.css | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/its/plugin/projects/issues-project/src/file1.css b/its/plugin/projects/issues-project/src/file1.css index d2c3b6b..d53007e 100644 --- a/its/plugin/projects/issues-project/src/file1.css +++ b/its/plugin/projects/issues-project/src/file1.css @@ -70,3 +70,9 @@ unknown {                                                     /* S4670 | selecto  mat-form-field {                                              /* Angular Material, ignored by S4670 | selector-type-no-unknown */    width: 100%;  } + +div { +  background-image: image-set( +	  '/images/some-image-1x.jpg' 1x,                       /* 'x' is synonym to 'dppx', ignored by S4653 | unit-no-unknown */ +	); +} | 
