Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.04 KB

Semantic UI capsule fork

Fork of SemanticUI repo. See original readme for more info.

Capsule Theme

SemanticUI supports custom themes. See Customizing.

To see what's possible review the default theme (src/themes/default)

The capsule theme resides at src/themes/capsule.

Running

  • npm install
  • then choose the default settings

the theme should now be available in dist/semantic.min.css and dist/semantic.min.js

Building

If you make changes to the theme rebuild running gulp build.

Deploying

Utilize github pages for this repo in development.

Once you need to deploy to production copy semantic.min.js and semantic.min.css to the brand repo.