Access to sass files from npm/yarn package
See original GitHub issueIf I add the package:
yarn add swagger-ui
I only have this:
I need the sass file to override the variables. Could you please add this possibility?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (6 by maintainers)
Top Results From Across the Web
sass | Yarn - Package Manager
This package is a distribution of Dart Sass, compiled to pure JavaScript with no native ... It provides a command-line sass executable and...
Read more >sass - npm
This package is a distribution of Dart Sass, compiled to pure JavaScript with no native code or external dependencies.
Read more >To import Sass files, you first need to install node-sass
To import Sass files, you first need to install node-sass. Run npm install node-sass or yarn add node-sass inside your workspace. I do...
Read more >Using A Package Manager | Font Awesome Docs
Using a .npmrc file works great for Yarn 1.x but for modern Yarn, you'll want to set up a .yarnrc.yml file. npmScopes: fortawesome:...
Read more >Installation | Foundation for Sites 6 Docs
Foundation is available on npm. The package includes all of the source Sass and JavaScript files, as well as compiled CSS and JavaScript,...
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 FreeTop 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
Top GitHub Comments
@shockey Friendly ping. 😃
Current workaround: Adding the tar.gz of the release:
But you wont get any update anymore.