- Notifications
You must be signed in to change notification settings - Fork43
Yet another CSS toolkit. Basically the stuff I use for most projects.
jamiewilson/corpus
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Corpus is yet another CSS toolkit. It’s basically a collection of the things I findmyself returning to for each new project. It usesFlexbox for the grid system,viewport-based heights and percentage-based widths, is heavily influenced by Basscss’sWhite Space module, and has a few useful greyscale color utilities. For syntax highlighting I'm usingPrism.js and my ownPredawn color scheme, with code set inOffice Code Pro. Styles are written in SCSS.
The docs currently live here:https://github.com/jamiewilson/corpus-site, and is kept in a separate repo (rather than a branch) in order to make it possible to symlink the .scss files into other projects. This makes it easier to make revisions back into the Corpus source files within the context of the docs site and also requires lessgit pull
ing to keep separate projects up to date.
Please note that Corpus is in an Alpha stage right now and hasn't been tested much. Feel free to leave feedback and requests on the Issues page.
Copyright (c) 2015 Jamie Wilson
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.
The software is provided "as is", without warranty of any kind, express orimplied, including but not limited to the warranties of merchantability,fitness for a particular purpose and noninfringement. In no event shall theauthors or copyright holders be liable for any claim, damages or otherliability, whether in an action of contract, tort or otherwise, arising from,out of or in connection with the software or the use or other dealings inthe software.