Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

7
Votes

Product Suggestion

Update Syncfusion scss to be compatible with sass (aka sass-dart). If there are no plans for supporting sass that vue and angular now default too, then please give an explanation in the documentation and a warning that sass is not supported.



Documentation Suggestions

All documentation
It would be great to have the ability to submit documentation updates like Microsoft Documentation (). The community has a lot of knowledge and there are TONS of inconsistency in the Syncfusion documentation. For example some typos in npm install examples or non ascii dashes "-" for some other utf8 dash which does not evaluate in command line.

Syncfusion Vue Docs


Does not have any mention of node-sass vs sass. Also missing Vue CLI 3/4 way of overriding webpack using vue.config.js.


// vue.config.js
const path = require('path');

module.exports = {
  css: {
    loaderOptions: {
      scss: {
        sassOptions: {
          includePaths: [path.resolve(__dirname, 'node_modules/@syncfusion')]
        }
      }
    }
  }
};


Syncfusion Javascript Docs

Does not mention anything about sass/scss anywhere.


Syncfusion React docs


No mention that syncfusion scss is not compatible with sass.


Syncfusion Angular Docs 
https://ej2.syncfusion.com/angular/documentation/common/how-to/sass/

No changes required :O! Has a mention about node-sass vs sass. <3