Difference between revisions of "Foundation"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with "Foundation is a responsive front-end network. We are going to convert our current layouts to use Foundation and SCSS. Advantages: * All pages can be designed to work with b...")
 
m
Line 1: Line 1:
Foundation is a responsive front-end network.  We are going to convert our current layouts to use Foundation and SCSS.  Advantages:
+
Foundation is a responsive front-end network.  We are going to convert our current site schemes to use Foundation and SCSS.  Advantages:
  
 
* All pages can be designed to work with both mobile and desktop pages, using the same HTML.
 
* All pages can be designed to work with both mobile and desktop pages, using the same HTML.

Revision as of 19:57, 5 June 2013

Foundation is a responsive front-end network. We are going to convert our current site schemes to use Foundation and SCSS. Advantages:

  • All pages can be designed to work with both mobile and desktop pages, using the same HTML.
  • We can start to use the advantages of SCSS, such as variables and mixins, to

Documentation