1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Doc: Update rscss link (#7653)

This commit is contained in:
ThetaDev 2023-01-23 11:11:34 +01:00 committed by GitHub
parent 35dc22197d
commit c22d884357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ Whenever the app is built, this root style.scss file is compiled and a style.css
## CSS class framework ## CSS class framework
We use [rscss](https://rscss.io/index.html) to structure the components and classes. The main things to remember are: We use [rscss](https://ricostacruz.com/rscss/index.html) to structure the components and classes. The main things to remember are:
- Components should be named with **at least two words**. eg `.search-form` - Components should be named with **at least two words**. eg `.search-form`
@ -75,4 +75,4 @@ Do **NOT** do this:
The goal of this approach is to specifically target the elements that you need and nothing else. Over the long term is makes managing the CSS easier. The goal of this approach is to specifically target the elements that you need and nothing else. Over the long term is makes managing the CSS easier.
For more details, see the [RSCSS documentation](https://rscss.io/index.html). For more details, see the [RSCSS documentation](https://ricostacruz.com/rscss/index.html).