lang/web: fix stylus-mode (install sws-mode) #1775

For some reason, even though sws-mode is a declared dependency of
stylus-mode, it doesn't get installed, so we have to do so manually.
This commit is contained in:
Henrik Lissner 2019-09-11 21:03:14 -04:00
parent b1f9965fe7
commit f9feaec5bd
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -16,6 +16,7 @@
(package! sass-mode)
(package! stylus-mode)
(package! sws-mode)
(package! rainbow-mode)
(when (featurep! :completion ivy)
(package! counsel-css))