#Vue with sass and pug

3 messages · Page 1 of 1 (latest)

umbral field
#

I am having a hard time configuring storybook to support sass and pug.
I managed to set up basic stuff but ran into issues with sass
@use rules have to be written before any other rules @use 'sass:map' for example
also, currently only text is rendered instead of the html.

umbral field
#

I mad pug work with a webpack config extension for the pug plain loader, storypug didn't help

#

but since I use the styling addon that does not work for sass because there is already a rule for that