Consider tweaking your build process
paxperscientiam opened this issue · 1 comments
paxperscientiam commented
Problem:
node-sass does not like the following:
- importing css
- importing file with explicit extension.
- gets confused when there are files with same basename, but extensions css, and scss.
If you save material-scrolltop.css to, say, dist/, then this issue would be resolved.
bartholomej commented
@paxperscientiam Hi Chris, thank you for your contribution.
Here is the sneak peek of new version. Build process was radically updated and source code was rewritten into TypeScript.
Don't worry, build is still with jQuery :)
https://github.com/bartholomej/material-scrolltop/tree/tooling-tsc
Feel free to share your feedback.