astro/examples/with-markdown/public/styles/global.scss
Nate Moore 7063c04dec
Restructure examples (#568)
* rename kitchen sink, pull out react example

* split out the rest of the examples

* align versions

* chore: rename examples

* chore: normalize gitignore

* chore: update package versions

* chore: move framework examples to `framework` namespace

* docs: add README to examples

Co-authored-by: Austin Crim <crim.austin@principal.com>
2021-06-28 10:46:10 -05:00

6 lines
No EOL
66 B
SCSS

@use "./prism.scss";
body {
max-width: 900px;
margin: auto;
}