This is the SCSS toolkit for the HEX brand. It is an attempt to provide simplicity and abstraction similar to Bootstrap, but with our own aesthetic. It will be a no-bullshit look in black and white.
The project is currently still in development. There is no quickstart yet.
See the instructions for building the scss, and include the resulting file
in your <head>
like so:
<link rel="stylesheet" href="/path/to/wing.css">
To build the toolkit, you need to have node
and npm
installed.
To build and view the docs, you need to have the Ruby programming language
installed, and the latest version of the jekyll
gem.
Make sure you have the dependencies installed. The following will build
wing.css
in the root of the repository.
git clone git@github.com:hex-sh/wing.git && cd wing
npm install
gulp
The documentation is a Jekyll site, which contains all the information on the usage of wing, what the default styles are and the components that wing ships with.
Currently, you have to build the site yourself to view it. You can do this with the following set of commands.
cd wing/docs
jekyll serve --watch
open http://localhost:4000
Issues and feature requests are more than welcome!
PR flow:
- Create a topic branch.
- Add commits.
- Rebase
master
into your topic branch. - Open a PR.
Please never merge master
into your topic branch. Use rebase instead.
The source is currently open for your studying, but as of yet, there is no license. For now it's "All rights reserved". Sorry about that.
This project builds upon Normalize.css and the Pure CSS framework from Yahoo, which are licenced under the MIT and BSD licenses, respectively.