mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:34:18 +08:00
51f872f13a
We really want to encourage all developers to use Ember CLI for local development and testing. This will display an error page if they are not with instructions on how to start the local server. To disable it, you can set `NO_EMBER_CLI=1` as an ENV variable
17 lines
205 B
SCSS
17 lines
205 B
SCSS
body.requires-ember-cli {
|
|
margin: 2rem;
|
|
font-family: Arial, Helvetica;
|
|
background-color: white;
|
|
}
|
|
|
|
pre {
|
|
background-color: lightgrey;
|
|
}
|
|
|
|
pre,
|
|
code {
|
|
padding: 0;
|
|
margin: 0;
|
|
padding: 0.5rem;
|
|
}
|