Closed vidhikesaria closed 7 years ago
i think you want it to be left aligned instead of right as in the screenshot/site its already right aligned. So should i make it left aligned?
Just fixed title. Left aligned should be the correct expected behaviour. Thanks @yogeshkhatri1989
main.scss
and main.css
are not synced, are we doing changes directly in main.css
file and should i also do changes in main.css?
I would really love it if we operated everything off main.scss and added the transpilation to css as part of fab deploy
which would run yarn build
step when travis-ci runs.
Any chance you can investigate what differences there are and make main.scss the source of truth. We can remove the main.css completely from the repo.
Thanks for bringing this up @yogeshkhatri1989
sure, will fix this.
have changed main.scss
to incorporate changes from main.css
.
removed main.css and added compilation of css file on deploy in fabfile
please ensure sass is installed on server before merging/deploying
Thanks. Will look at the PR
On Sun, Oct 1, 2017 at 9:55 AM Yogesh Khatri notifications@github.com wrote:
have changed main.scss to incorporate changes from main.css. removed main.css and added compilation of css file on deploy in fabfile please ensure sass is installed on server before merging/deploying
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/issoseva/issoseva.org/issues/31#issuecomment-333390387, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-JVBg16a4fCggzahSH_jdbLHJjnCXmks5sn8P8gaJpZM4Pmle6 .
Fixed by #32