storybookjs / presets

🧩 Presets for Storybook
MIT License
424 stars 104 forks source link

@storybook/preset-scss autoprefixer #116

Open sami616 opened 4 years ago

sami616 commented 4 years ago

Hi, looking at the docs there are no examples of how to pipe the resulting css through autoprefixer. Is this even possible with the preset?

nonlinearcom commented 4 years ago

+1

juniovitorino commented 4 years ago

+1

LukeXF commented 3 years ago

+1

thibaudcolas commented 3 years ago

Related: #131. If The SCSS preset used PostCSS, it would be pretty simple to add Autoprefixer to it. This would really be better as a default though, since Storybook includes Autoprefixer for CSS by default.