diff --git a/examples/nested-jsbeautifyrc/sass/expected/kendo_ui.scss b/examples/nested-jsbeautifyrc/sass/expected/kendo_ui.scss new file mode 100644 index 0000000..00c92ca --- /dev/null +++ b/examples/nested-jsbeautifyrc/sass/expected/kendo_ui.scss @@ -0,0 +1,20 @@ +/* kendo UI */ +@import "variables"; +// slider +.k-slider-track { + background-color: $gray-light; + box-shadow: none; +} +.k-slider-selection { + background-color: $brand-primary; +} +.k-button { + border: 1px solid $brand-primary; + background-color: transparent; + color: $brand-primary; + &:hover { + border-color: $brand-primary; + background-color: $brand-primary; + color: #fff; + } +} \ No newline at end of file diff --git a/examples/nested-jsbeautifyrc/sass/original/kendo_ui.scss b/examples/nested-jsbeautifyrc/sass/original/kendo_ui.scss new file mode 100644 index 0000000..2fe007b --- /dev/null +++ b/examples/nested-jsbeautifyrc/sass/original/kendo_ui.scss @@ -0,0 +1,22 @@ +/* kendo UI */ + +@import "variables"; + +// slider +.k-slider-track { + background-color: $gray-light; + box-shadow: none; +} +.k-slider-selection { + background-color: $brand-primary; +} +.k-button { + border: 1px solid $brand-primary; + background-color: transparent; + color: $brand-primary; + &:hover { + border-color: $brand-primary; + background-color: $brand-primary; + color: #fff; + } +} \ No newline at end of file