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
Use Github Actions instead of Travis to keep tings centralized
Make sure the build/verification portion of the script can be run locally without requiring Reddit credentials
Use dart-sass on the command line as the standard for sass compilation (will allow the use of new language features faster, libsass is kinda slow) + document this in readme
Use new --no-charset dart-sass CLI flag to avoid having to strip that out manually in the build
Explore performance of --style=compressed dart-sass option compared to the currently used CSS compression API
dart-sasson the command line as the standard for sass compilation (will allow the use of new language features faster, libsass is kinda slow) + document this in readme--no-charsetdart-sass CLI flag to avoid having to strip that out manually in the build--style=compresseddart-sass option compared to the currently used CSS compression API