Skip to content

Commit eacb8db

Browse files
DEV: Add link missing from CSS theme developer tutorial (#54)
1 parent 7474c85 commit eacb8db

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
@@ -6,7 +6,7 @@ id: theme-developer-tutorial-css
66

77
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

9-
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
9+
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 https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics.
1010

1111
## Authoring theme CSS
1212

0 commit comments

Comments
 (0)