convert server to mjs
This commit is contained in:
parent
cab2da5e62
commit
c2f0b9bf3f
13 changed files with 43 additions and 32 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3
server/styles/scss/_media.scss
Normal file
3
server/styles/scss/_media.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.media {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -11,4 +11,5 @@
|
|||
@import 'radar';
|
||||
@import 'regional-forecast';
|
||||
@import 'almanac';
|
||||
@import 'hazards';
|
||||
@import 'hazards';
|
||||
@import 'media';
|
||||
Loading…
Add table
Add a link
Reference in a new issue