Skip to content

aQuib/ACCBase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome ACC Flagshp Styles

This is the upgraded and modular styling of the ACC flagship website.

Concept

This design was build to be modular and compartmentalized.

  1. base - any file that deals with varables, fonts and basic typography (raw tags).
  2. helpers or 'required.scss ' - Mostly mixens but some files that have "required" in the name are needed for other files to functions. any file that have been named with "trump" will
  3. components - any combination of DOM elements that make up a widget, nav, or collection of tags.
  4. vendor - Any included style from a javascript or framework that needs an override to be inline with ACC standards.
  5. structure - Non-Styling Pure Page Layout Code. Balanced Columns, Sidebars, Page Spacing etc...
  6. views - Overrides of components when in specific cases of the page or theme they are in. Like Sidebar Box on the Home page would be "_home.sidebarbox.scss"
  7. trumps or '.trump.scss' - utility classes that have either high specificty or should override other uses of the same style in earlier stylesheets.

As you travel down the structure of the main document the included stylesheets should increase there specificty.

Products that Use the Design

http://acc.org/

Style Guide w/ HTML Examples

http://stage.tools.acc.org/ACC/index.html "# ACCBase"

About

Styles for Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.7%
  • JavaScript 28.2%
  • HTML 20.6%
  • Liquid 3.5%