Skip to content

OpenClassrooms Training. Project number 4 "Enhance the interface of a mobile website with CSS animations"

License

Notifications You must be signed in to change notification settings

Gilles-Lucien/Ohmyfood_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projet Openclassrooms n°4 : OhMyFood (Améliorez l'interface d'un site mobile avec des animations CSS)

<<<<<<< HEAD

Sass Boilerplate

This is a sample project using the 7-1 architecture pattern and sticking to Sass Guidelines writing conventions.

Each folder of this project has its own README.md file to explain the purpose and add extra information. Be sure to browse the repository to see how it works.

Using the indented syntax

Sass conversion

This boilerplate does not provide a .sass version as it would be painful to maintain both versions without an appropriate build process. However, it is very easy to convert this boilerplate to Sass indented syntax.

Clone it, head into the project and then run:

sass-convert -F scss -T sass -i -R ./  && find . -iname “*.scss” -exec bash -c 'mv "$0" “${0%\.scss}.sass"' {} \;

Use with Sass

When using sass - in order to build that boilerplate, one needs to:

  • install sass if not yet installed:
npm install -g sass
  • run build command from command line:
sass stylesheets/main.scss dist/main.css

=======

Ohmyfood_code

c4a6491a9d9f1b32a1b5e3e03ace27c3342a8cef

About

OpenClassrooms Training. Project number 4 "Enhance the interface of a mobile website with CSS animations"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published