forked from thomaspark/bootswatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated readme to explain swatchmaker
- Loading branch information
1 parent
d36f89d
commit 9294097
Showing
3 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Create your own swatch | ||
====================== | ||
|
||
Step 1 | ||
------ | ||
Download the latest Bootstrap source from https://github.com/twitter/bootstrap/downloads. Unpack it to the `swatchmaker` directory and rename the folder `bootstrap`. | ||
|
||
Step 2 | ||
------ | ||
Make your customizations to the two files found in the `swatch` directory, `variables.less` and `bootswatch.less`. | ||
|
||
Step 3a | ||
------ | ||
If you haven't already, install LESS to your machine via NPM. More information on that here: http://lesscss.org/#-server-side-usage | ||
|
||
Step 3b | ||
------ | ||
In terminal, navigate to the `swatchmaker` directory and run `make bootswatch`. The compiled CSS files will be created in the `swatch` directory. |
This file was deleted.
Oops, something went wrong.