aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects/css-plugin-test-project/src/file4.html
diff options
context:
space:
mode:
authorAmaury Levé2018-06-21 14:55:09 +0200
committerGitHub2018-06-21 14:55:09 +0200
commit9bcc46b342cfb888f16c180cb0b3103335def5f1 (patch)
tree6b85805bbedef51c974b6984cb42b53052f9b375 /its/plugin/projects/css-plugin-test-project/src/file4.html
parent913028fc4c913fec3bbc1800c00e526413040e01 (diff)
downloadsonar-css-9bcc46b342cfb888f16c180cb0b3103335def5f1.tar.bz2
Rule S4653: Units should be valid (#50)
Diffstat (limited to 'its/plugin/projects/css-plugin-test-project/src/file4.html')
-rw-r--r--its/plugin/projects/css-plugin-test-project/src/file4.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/its/plugin/projects/css-plugin-test-project/src/file4.html b/its/plugin/projects/css-plugin-test-project/src/file4.html
deleted file mode 100644
index 499a20b..0000000
--- a/its/plugin/projects/css-plugin-test-project/src/file4.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!doctype html>
-<title>Example</title>
-<style>
-p {
- font-size: 5vw;
- padding: 0 5vw;
- line-height: 1.8em;
- }
-</style>
-<p>Hello World!</p>