Skip to content

LESS Folder Structure

Lane edited this page Oct 25, 2012 · 3 revisions

The folder structure for the less files will look something like this:

  • /less
    This is the base less folder, which contains the less master files that import all the other less files. There should be one master files for all browsers, and one to target IE specifically.
    • /framework
      This folder contains the base elements of the framework that will be reused on both faculty and ualberta pages.
    • /ualberta
      This folder contains the page elements for the institutional pages
      • /devices
        This folder contains the files to target specific device resolutions
      • /modules
        This folder contains any less files for modules
      • /pages
        This folder contains any page specific less files

Clone this wiki locally