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:
parent
b1f9965fe7
commit
f9feaec5bd
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
(package! sass-mode)
|
||||
(package! stylus-mode)
|
||||
(package! sws-mode)
|
||||
(package! rainbow-mode)
|
||||
(when (featurep! :completion ivy)
|
||||
(package! counsel-css))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue