You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
Short description of the problem:
I cannot prepend Sass code on build time. I either replace everything using the
file
option or lose thedata
option, as seen in sass.ts#L137.What behavior are you expecting?
I expect the
data
option to behave as with sass-loader, prepending its content to the actual source Sass code.Steps to reproduce:
sass.config.js
locally and configure it inpackage.json
,ionic_sass
.data
option with static content, such asdata: "$primaryBase: #ffffff"
,variables.scss
.$primaryBase
, as it is ignored.Which @ionic/app-scripts version are you using?
3.2.3
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
The text was updated successfully, but these errors were encountered: