Skip to content

Commit 7474c85

Browse files
DEV: Add link (#53)
Followup f2b5f28
1 parent f2b5f28 commit 7474c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/07-theme-developer-tutorial/03-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ short_title: 3 - CSS
44
id: theme-developer-tutorial-css
55
---
66

7-
Technically, Discourse uses [SCSS](https://sass-lang.com/) to author its stylesheets. However, we're increasingly moving towards native CSS features as they mature, so the vast majority of themes won't need to use SCSS features or syntaxes. We follow a [variant of BEM for our CSS](TBA), you should be familiar with this when writing theme CSS.
7+
Technically, Discourse uses [SCSS](https://sass-lang.com/) to author its stylesheets. However, we're increasingly moving towards native CSS features as they mature, so the vast majority of themes won't need to use SCSS features or syntaxes. We follow a [variant of BEM for our CSS](https://meta.discourse.org/t/361851), you should be familiar with this when writing theme CSS.
88

99
This chapter will focus on Discourse-specific subjects, so if you don't already have a passing familiarity with CSS, take some time to learn about it from
1010

0 commit comments

Comments
 (0)