Merge pull request #9568 from nextcloud/StCyr-patch-1

fixes link to variable.scss file
This commit is contained in:
Nimisha Vijay 2023-01-20 02:45:53 -08:00 committed by GitHub
commit 1cf714287e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ CSS variables
App developers should use CSS4 variables so you get the values which Nextcloud defines. This way you can be sure that the theming and accessibility app can dynamically adjust the values.
A list of available variables is listed in the server repository:
https://github.com/nextcloud/server/blob/master/core/css/css-variables.scss
https://github.com/nextcloud/server/blob/master/core/css/variables.scss
.. _cssicons: