Write a JQuery code so that when Mouse enters the following heading "Topic" the text format changes to italics and when the mouse leaves the heading the text dissapears gradually
Answers
Answered by
0
Answer:
You will need a Sass compiler to watch and compile your Sass files into a CSS file.
Outline uses gulp.js to watch and compile the Sass files but also makes use of build tasks including autoprefixer, minifying files, JS file concatenation, image compression and browser refresh. Outline comes with a fully commented gulpfile.js and package.json file which lists the plugins used. For more information about getting sarted with gulp read this excellent intro by Mark Goodyear
Of course you can also use a compiler / build tool of your choice. A couple of the more popular options are:-
Prepros
CodeKit
Grunt
Similar questions