diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-14 21:46:26 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-14 21:46:26 +0200 |
commit | 46efe3c5fa28939151e1ff2bf9e4b9eeea4069e3 (patch) | |
tree | b1bf8620664f1cd2fec999cbc3e8f5d99aa3e6d2 /web/pw-server/src/styles/global.scss | |
parent | 1a5755f0a3aa239f2eb64ed2cb065254e560f0c4 (diff) | |
download | planetwars.dev-46efe3c5fa28939151e1ff2bf9e4b9eeea4069e3.tar.xz planetwars.dev-46efe3c5fa28939151e1ff2bf9e4b9eeea4069e3.zip |
docs: extend docker instructions
Diffstat (limited to 'web/pw-server/src/styles/global.scss')
-rw-r--r-- | web/pw-server/src/styles/global.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/pw-server/src/styles/global.scss b/web/pw-server/src/styles/global.scss index 2278dd4..cc853ee 100644 --- a/web/pw-server/src/styles/global.scss +++ b/web/pw-server/src/styles/global.scss @@ -1,4 +1,4 @@ @forward "./variables.scss"; @forward "./buttons.scss"; +@forward "./markdown.scss"; @forward "./prism.scss"; -@forward "./markdown.scss"
\ No newline at end of file |