Skip to content

aleutcss/aleutcss.github.io

Repository files navigation

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"]} ]}'

About

Aleut – A fork of inuit: Start package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published