forked from jsnbuchanan/crowd-funder-for-time-pwa
fix: resolve PostCSS parsing error in FeedFilters.vue
- Add missing <style scoped> section to FeedFilters.vue to fix PostCSS error The PostCSS error was occurring because Vue single-file components require a <style> section, even if empty, for proper CSS processing.
This commit is contained in:
@@ -210,3 +210,7 @@ export default class FeedFilters extends Vue {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* Component-specific styles if needed */
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user