diff options
Diffstat (limited to 'tests/data/scss/styles-error.scss')
-rw-r--r-- | tests/data/scss/styles-error.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/scss/styles-error.scss b/tests/data/scss/styles-error.scss new file mode 100644 index 00000000000..4f3c8330a6b --- /dev/null +++ b/tests/data/scss/styles-error.scss @@ -0,0 +1,5 @@ +/** + * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +body { error } |