The Sass Basics articles will help you with these tasks.
- Open
main.R. - Move
styleto thecenterclass inapp/styles/main.scss. - Run
rhino::build_sass()and check that the text is still centered.
- Run
rhino::lint_sass(). - Run
lint_sass(fix = TRUE).
- Add
@use 'base';to import the_base.scssmodule. - Use the variables defined in that module to set
fontandcoloronbody.
- Add some background to
bodywith thegradientmixin.