https://github.com/radixtheme/radix-styleguide-builder
A styleguide builder for the Radix theme
https://github.com/radixtheme/radix-styleguide-builder
Last synced: 8 months ago
JSON representation
A styleguide builder for the Radix theme
- Host: GitHub
- URL: https://github.com/radixtheme/radix-styleguide-builder
- Owner: radixtheme
- License: mit
- Created: 2015-02-28T19:11:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T19:55:40.000Z (about 11 years ago)
- Last Synced: 2024-12-27T05:06:49.099Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Radix Styleguide Builder
A styleguide builder for the Radix theme.
## Installation
1. Clone to the root of your Radix subtheme.
2. Update `stylesheet` in `styleguide.json`. This needs to the the full path to your `screen.css` for your subtheme.
3. Update the `title` and `description` for your styleguide.
3. Run `npm install`
4. Then run `gulp clean && gulp`.
5. Create your components at `./src/styleguide` directory.
6. Update `styleguide.json` to add and reorder your components.
6. View your changes at *http://localhost:9000*