diff options
Diffstat (limited to 'sass/tests/resources/scss/interpolation.scss')
-rw-r--r-- | sass/tests/resources/scss/interpolation.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/tests/resources/scss/interpolation.scss b/sass/tests/resources/scss/interpolation.scss new file mode 100644 index 0000000000..5859a9838b --- /dev/null +++ b/sass/tests/resources/scss/interpolation.scss @@ -0,0 +1,3 @@ +$name: foo; +$attr: border; +p.#{$name}abc { abc#{$attr}-color: blue }
\ No newline at end of file |