;''
''';:
''
''
,': `', ,'. ,;` '' ;'''` ;;. ;;. ,; .;; `;: '
`@@@@@, @@#@@@@ `@@@@@ @@@@@@+ ;', '''''; +@@@@@ '@@@@@ @@ @@ @@@@@ @@@@@' @@@@@` @@'@@ @@ @@
@@: `@@ @@@ @@# @@` '@@ @@' '@@ ''' ''''', @@ ;@# @@ +@@ @@ @@ @@@;;@@# @@ @@' `@@ @@@+; @@, ,@@
`@@ @@:@@, @@.@@...@@ @@ @@ ''' '''' @@@' +@# @@ @@ @@ @@ @@ .. @@...@@ @@' ,@@ @@`
,@@ +@+@@ @@;@@@@@@@ @@ @@ .''': `''` @@@@@.@@; @@ @@ @@ @@ @@ @@@@@@@.@@ @@ @@
`@@ @@,@@, @@.@@ @@ @@ ''''': `', #@@'@# @@ @@ @@ @@ @@ @@ @@ @@ @@;@+
@@' ,@@ @@@ @@# @@. :@@ @@ @@ ,'''''' ', @@ .@@ @@` #@@ @@' @@@ @@ @@# .@@ @@+ `@@ @@ @@@
@@@@@. @@+@@@@ `@@@@@ @@ @@ ;''''' '` '@@@@@` ,@@@@@ #@@@@@@ @@ @@@@@. @@@@@. @@ @@@
.` @@. .` `. '''' ' .. .. . .. .. @@,
@@. '; @@@@
@@. '' @@@`
:'''';
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.
- Sass
- Compass
- Breakpoint - Media Query Handling
- Singularity - Fluid grid framework
- Toolkit - Modern Web Development tools
- 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"
- Then in your base/global/root SASS file, just import:
@import '../vendor/alphecca/sass/styleguide';
- This import should be one of the first so overrides are sane.
- IcoMoon Icons are used in Alphecca under the GPL license.
- ZURB Foundation components are used in Alphecca under the MIT license.