Skip to content

Latest commit

 

History

History
84 lines (65 loc) · 3.87 KB

README.md

File metadata and controls

84 lines (65 loc) · 3.87 KB

Aleut.css

To get started with using Aleutcss

To get up and running on the documentation

  • gem install jekyll
  • jekyll serve
  • All the documentation should be pulled from each seperate repository and be included in this Jekyll-site like this:
<h4 class="c-toggle u-bg-settings" data-toggle-next> settings.default</h4>
<article class="c-article" data-hide>
	{% capture settingsDefault %}
		{% include /node_modules/settings.defaults/README.md %}
		{% endcapture %}
	{{ settingsDefault | markdownify }}
</article>

– A fork of inuit.css

According to Georgy A. Menovshchikov (Г. А. Меновщиков), the name Aleut comes from the Aleut word allíthuh, meaning "community."

Inuit.css introduced a block-element-modifier (BEM) and object-oriented framework for CSS. We love the work Harry Roberts and his collaborators have done with Inuitcss. Acknowledging their work, we want to take it a step further and make it easier for people to get up and running. Aleut adopts the ITCSS architecture.

Index

Settings

Tools

Generic

Base

Objects

Utilities

Install

If you some reason need to download all the repositories, just run this script in the shell:

curl -s "https://api.github.com/orgs/aleutcss/repos?per_page=200" | ruby -rubygems -e 'require "json"; JSON.load(STDIN.read).each { |repo| %x[git clone #{repo["ssh_url"]} ]}'