CSS files
Reset Styles
The first rules in main.css file are generic reset rules. Many browser interpret the default behavior of html elements differently. By using a general reset styles, we can work round this.
General Styles
The main css file main.css is separated into sections:
-
Settings
- Global
-
Tools
- Functions
- Mixins
-
Generic
- Reset
-
Elements
- Default
- Forms
-
Objects
- Grid
- Fluid wrapper
- Components
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited. Sections are marked as follows:
/** * 1 . SAMPLE SECTION NAME */