diff options
| author | Elena Vilchik | 2018-06-12 13:34:33 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-12 13:34:33 +0200 |
| commit | fb56fdc0dc18d277ccfae2cdb948e9da367377ea (patch) | |
| tree | abf9f112d0249d97bac25123f30bdb6188164401 /its/plugin/projects/css-plugin-test-project/src/file4.html | |
| parent | 6cebcca87c5d276627fe22b9c53ddeb4844894b6 (diff) | |
| download | sonar-css-fb56fdc0dc18d277ccfae2cdb948e9da367377ea.tar.bz2 | |
Create CSS language and set up trivial ITs (#39)
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.html | 10 |
1 files changed, 10 insertions, 0 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 new file mode 100644 index 0000000..499a20b --- /dev/null +++ b/its/plugin/projects/css-plugin-test-project/src/file4.html @@ -0,0 +1,10 @@ +<!doctype html> +<title>Example</title> +<style> +p { + font-size: 5vw; + padding: 0 5vw; + line-height: 1.8em; + } +</style> +<p>Hello World!</p> |
