diff --git a/sass/dropdown.scss b/sass/dropdown.scss new file mode 100644 index 0000000..24aee0b --- /dev/null +++ b/sass/dropdown.scss @@ -0,0 +1,6 @@ +.dropdown { + display: none; + &:target { + display: block; + } +} \ No newline at end of file