##SASS setup for the team## Below is the setup file for the admin section of the site.
At the top on the admin-app.scss file we added all the dependancies we use in our style sheets :ie compass modules, files of color variables and files we use for the css framework.
As you can see below all the files under the pages folder are partials ie "_search_accounts.scss" and then that file is imported into that admin-app.scss. This means that file has access to the css framework and any imported dependencies.
With the admin section we have two main scss files
- admin-app.scss
- ie8.scss this is the ie specific file