This repository will serve as the landing page and about us section of the application
- Verify that you have LESS installed correctly by running
lessc -vin your terminal, if you don't get a version message back, reach out to your project manager for help. - Open your terminal and navigate to your preprocessing project by using the
cdcommand - Once in your project's root folder, run the following command
less-watch-compiler less css index.less - Verify your compiler is working correctly by changing the
background-coloron thehtmlselector toredin yourindex.lessfile. - Once you see the red screen, you can delete that style and you're ready to start on the next task
When working on nav or any other element that I want to apply a dropdown on mouse hover effect, the only thing that will really matter in how the CSS affects the program is having a position of relative on the
element...