SCSS Not Compiling in VueJS Extension Component
See original GitHub issueGeneral Information
- [X ] Usage
- Development
- Documentation
- Feature Request
Specific generator
- [X ] Addons
- HandlebarsJS
What Version you are running?
- NodeJS: 8.11.1
- NPM: 6.4.1
- @pnp/spfx: 1.6.3
Describe your problem
- Create a new ApplicationCustomizer Extension project using VueJS
- Add PlaceHolderContent dependencies as described here
- Create a Vue component with SCSS styling
Sample Code is here: https://github.com/marcDeSantis/vue-spfx
When running gulp serve the SCSS is ignored.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
VueJS + WebpackSimple not compiling SASS - Stack Overflow
I have bare new installation of VueJs by webpack simple, trying to set up SASS to CSS. Docs are saying that it is...
Read more >Unable to compile css from components written with sass
I am currently developing a chrome extension with vue thanks to the amazing vue-cli-plugin-browser-extension plugin.
Read more >Automatically import SASS/SCSS into every Vue.js component
Vue CLI 2: · Open the file called /build/utils.js · Find the line containing scss: generateLoaders('sass') · Replace it with the following:.
Read more >[Solved]-SCSS will not compile, SASS error, no .sass files-Vue.js
[Solved]-SCSS will not compile, SASS error, no .sass files-Vue.js ... Another file, loaded immediately before this one in the style-resources-loader, was missing ...
Read more >Features | Vite
Vite provides first-party HMR integrations for Vue Single File Components and ... prepending .module to the file extension, for example style.module.scss .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thank you @StfBauer - you are absolutely correct. This solved it for me!
@astanley86 Your issue is something else based in JS.
You have a JavaScript issue in your case dashes are allowed in CSS class names but are not allowed In JavaScript.
There are two options: