You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have a type called e.g. styling which searches css, sass, less and stylus, as well as a type for combined styling, js and json called e.g. frontend.
I could define those as their own types, but if I could compose other types together it would mean that if I add a new css dialect to styling, my frontend type would automatically be updated to use it.
The text was updated successfully, but these errors were encountered:
I'd like to have a type called e.g.
styling
which searches css, sass, less and stylus, as well as a type for combinedstyling
,js
andjson
called e.g.frontend
.I could define those as their own types, but if I could compose other types together it would mean that if I add a new css dialect to
styling
, myfrontend
type would automatically be updated to use it.The text was updated successfully, but these errors were encountered: