Sam Blowes

Results 140 comments of Sam Blowes
trafficstars

I agree with @mattkime , I cant see an issue here, and believe this is the expected behaviour

> This bug is a pretty big deal for me. Because (correct me if I'm wrong), without using the expanded syntax, there is no other way to specify files in...

I just stumbled across this after making something similar. I created a themeable nuxt application. By extending the vue router. https://codesandbox.io/s/my-app-9ythm You set the theme path in the nuxt.config, which...

I can confirm I also have this issue, using tailwind 1.9.6 and postcss 7

I think this is because of https://github.com/storybookjs/addon-postcss/issues/10 & https://github.com/storybookjs/addon-postcss/issues/14

@Nexum its detailed in #14 i think > Before Storybook 6.2, it used to install additional loaders on .css and that causes this to crash. In the same way, CRA...

I still get this issue in latest storybook, postcss, and tailwind. package json ``` "@antfu/eslint-config": "^0.20.2", "@babel/core": "^7.17.9", "@etchteam/storybook-addon-status": "^4.2.0", "@iconify-json/carbon": "^1.1.3", "@storybook/addon-a11y": "^6.5.0-alpha.54", "@storybook/addon-actions": "^6.5.0-alpha.54", "@storybook/addon-essentials": "^6.5.0-alpha.54", "@storybook/addon-links": "^6.5.0-alpha.54",...

related https://github.com/storybookjs/addon-postcss/issues/27

**Update:** I also tried to configure the plugin on an empty vue 3 cli project and ran into the same issue It appears to be ignoring any styles found in...