Open srsgores opened 10 years ago
I have optimized joyride for a new build system, gulp, as well as converted fixed and static CSS styles to SASS styles.
All proportions, lengths, widths, colours, and behaviours can now be adjusted in the joyride_variables.scss file.
joyride_variables.scss
The SASS can then be compiled using the sass task which I created for gulp:
sass
gulp sass
No changes were made to the javascript file, except tidying it up for consistency.
I also updated the directory structure.
I encourage you to merge this PR, as I feel it greatly increases the usability of joyride.
I have optimized joyride for a new build system, gulp, as well as converted fixed and static CSS styles to SASS styles.
All proportions, lengths, widths, colours, and behaviours can now be adjusted in the
joyride_variables.scss
file.The SASS can then be compiled using the
sass
task which I created for gulp:No changes were made to the javascript file, except tidying it up for consistency.
I also updated the directory structure.
I encourage you to merge this PR, as I feel it greatly increases the usability of joyride.