Skip to content

Quickly pull a nice sleek architecture for sass development

Notifications You must be signed in to change notification settings

xerxicodex/archi-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Package Author: James Bernard

Home Page: https://bernardsnation.com

Description: This package is used for quickly pulling a nice sleek architecture for our sass development. All you have to do is use your sass watcher agaisnt styles:css to get started.

Architecture Author: Hugo Giraudel

Home Page: http://www.sitepoint.com/architecture-sass-project/

root/

main.scss             # primary Sass file# ArchiSass

base/

_buttons.scss     # Buttons 
_carousel.scss    # Carousel 
_cover.scss       # Cover 
_dropdown.scss    # Dropdown 
_navigation.scss  # Navigation 
_all.scss

helpers/

_variables.scss   # Sass Variables 
_functions.scss   # Sass Functions 
_mixins.scss      # Sass Mixins 
_helpers.scss     # Class & placeholders helpers 
_all.scss

layout/

_grid.scss        # Grid system 
_header.scss      # Header 
_footer.scss      # Footer 
_sidebar.scss     # Sidebar 
_forms.scss       # Forms 
_all.scss

pages/

_home.scss        # Home specific styles 
_contact.scss     # Contact specific styles 
_all.scss

themes/

_theme.scss       # Default theme 
_admin.scss       # Admin theme 
_all.scss

vendors/

_bootstrap.scss   # Bootstrap 
_jquery-ui.scss   # jQuery UI 
_all.scss

About

Quickly pull a nice sleek architecture for sass development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages