Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 3.31 KB

README.md

File metadata and controls

67 lines (49 loc) · 3.31 KB
                                       ;''
                                     ''';:
                                    ''
                                   ''
   ,':      `',     ,'.      ,;`   ''   ;'''`      ;;.     ;;.              ,;  .;;     `;:       '
 `@@@@@, @@#@@@@  `@@@@@  @@@@@@+ ;',   ''''';   +@@@@@  '@@@@@  @@   @@ @@@@@ @@@@@'  @@@@@` @@'@@ @@   @@
 @@: `@@ @@@  @@# @@` '@@ @@' '@@ '''    ''''',  @@  ;@# @@  +@@ @@   @@ @@@;;@@#  @@ @@' `@@ @@@+; @@, ,@@
`@@   @@:@@,   @@.@@...@@ @@   @@ '''      ''''  @@@'   +@#   @@ @@   @@ @@   @@   .. @@...@@ @@'   ,@@ @@`
,@@   +@+@@    @@;@@@@@@@ @@   @@ .''':     `''`  @@@@@.@@;   @@ @@   @@ @@   @@      @@@@@@@.@@     @@ @@
`@@   @@,@@,   @@.@@      @@   @@  ''''':    `',     #@@'@#   @@ @@   @@ @@   @@   @@ @@      @@     @@;@+
 @@' ,@@ @@@  @@# @@. :@@ @@   @@  ,''''''    ', @@  .@@ @@` #@@ @@' @@@ @@   @@# .@@ @@+ `@@ @@      @@@
  @@@@@. @@+@@@@  `@@@@@  @@   @@   ;'''''    '` '@@@@@` ,@@@@@  #@@@@@@ @@    @@@@@.  @@@@@. @@      @@@
    .`   @@. .`     `.                ''''    '    ..      ..      .             ..      ..           @@,
         @@.                                 ';                                                     @@@@
         @@.                                ''                                                      @@@`
                                       :'''';

Alphecca

Sass framework/library for OpenSourcery's theme system

Description

For use in any Drupal project, Alphecca provides default styling as well as grid setup for Singularity. At this time during development, Alphecca is just a library. It may eventually become available as a Bower package or Compass extension.

Alphecca makes extensive use of ZURB Foundation 5.

Requirements

  1. Sass
  2. Compass
  3. Breakpoint - Media Query Handling
  4. Singularity - Fluid grid framework
  5. Toolkit - Modern Web Development tools

Directions

  1. To use this library you need a makefile directive to put the library in a place where it can be compiled with the theme Sass. Something like this:
; Alphecca Sass Framework
libraries[alphecca][download][type] = "git"
libraries[alphecca][download][branch] = "master"
libraries[alphecca][download][url] = "https://github.com/opensourcery/alphecca.git"
libraries[alphecca][destination] = "themes/custom/MY_THEME_NAME/vendor"
libraries[alphecca][download][directory_name] = "alphecca"
  1. Then in your base/global/root SASS file, just import:
@import '../vendor/alphecca/sass/styleguide';
  1. This import should be one of the first so overrides are sane.

Resources

Licenses