Przeglądaj źródła

Fixed filenames for editor stylesheets

Fixes #309
Björn Ritzl 2 lat temu
rodzic
commit
e25e92da8e

+ 2 - 2
docs/en/manuals/editor-styling.md

@@ -49,7 +49,7 @@ The basic theme is divided into three groups of colors (with darker and lighter
 * Component color - buttons, scroll bar handles, text field outlines
 * Text color - text and icons
 
-As an example, if you add this to your custom `editor.scss` stylesheet in `.defold` folder in user home:
+As an example, if you add this to your custom `editor.css` stylesheet in `.defold` folder in user home:
 
 ```
 * {
@@ -97,7 +97,7 @@ Text.strong {
 and so on...
 ```
 
-The main font is defined in a root element which makes it quite easy to replace the font in most places. Add this to your `editor.scss`:
+The main font is defined in a root element which makes it quite easy to replace the font in most places. Add this to your `editor.css`:
 
 ```
 @import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');

+ 2 - 2
docs/ru/manuals/editor-styling.md

@@ -49,7 +49,7 @@ brief: Вы можете изменить цвета, типографику и
 * Цвет компонентов - кнопки, ручки полосы прокрутки, контуры текстовых полей
 * Цвет текста - текст и значки
 
-Например, если вы добавите это в вашу пользовательскую таблицу стилей `editor.scss` в папке `.defold` в домашней папке пользователя:
+Например, если вы добавите это в вашу пользовательскую таблицу стилей `editor.css` в папке `.defold` в домашней папке пользователя:
 
 ```
 * {
@@ -97,7 +97,7 @@ Text.strong {
 and so on...
 ```
 
-Основной шрифт определяется в корневом элементе, что позволяет легко заменить шрифт в большинстве мест. Добавьте это в ваш `editor.scss`:
+Основной шрифт определяется в корневом элементе, что позволяет легко заменить шрифт в большинстве мест. Добавьте это в ваш `editor.css`:
 
 ```
 @import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');

+ 2 - 2
docs/zh/manuals/editor-styling.md

@@ -49,7 +49,7 @@ brief: 您可以使用自定义 stylesheet 修改编辑器配色, 文本及其
 * Component color - 按钮, 卷动条手柄, 文字描边颜色
 * Text color - 文字和图标颜色
 
-默认情况下, 如果在系统用户目录下的 `.defold` 文件夹下提供自定义 `editor.scss` stylesheet:
+默认情况下, 如果在系统用户目录下的 `.defold` 文件夹下提供自定义 `editor.css` stylesheet:
 
 ```
 * {
@@ -97,7 +97,7 @@ Text.strong {
 and so on...
 ```
 
-主要字体定义在树形结构根部以便于调整修改. 将如下 `editor.scss` 应用后:
+主要字体定义在树形结构根部以便于调整修改. 将如下 `editor.css` 应用后:
 
 ```
 @import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');