diff options
Diffstat (limited to 'devtools/client/styleeditor/test/sourcemap-styl/test-stylus.styl')
-rw-r--r-- | devtools/client/styleeditor/test/sourcemap-styl/test-stylus.styl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devtools/client/styleeditor/test/sourcemap-styl/test-stylus.styl b/devtools/client/styleeditor/test/sourcemap-styl/test-stylus.styl new file mode 100644 index 0000000000..76ff25c29e --- /dev/null +++ b/devtools/client/styleeditor/test/sourcemap-styl/test-stylus.styl @@ -0,0 +1,7 @@ +paulrougetpink = #f06; + +div + color: paulrougetpink + +span + background-color: #EEE
\ No newline at end of file |