Browse Source

Merge branch 'next' of github.com:Semantic-Org/Semantic-UI into next

pull/1785/head
jlukic 9 years ago
parent
commit
064be12589
1 changed files with 6 additions and 1 deletions
  1. 7
      src/README.md

7
src/README.md

@ -7,7 +7,9 @@ From the Semantic directory you can setup gulp to build Semantic by running.
npm install
```
After install finishes you can use gulp commands:
Semantic will automatically configure itself using a `post-install` script built into the package.
After set-up can use gulp to build your project's css:
```bash
/* Watch files */
gulp watch
@ -33,6 +35,8 @@ gulp.task('watch ui', 'Watch Semantic UI', watch));
#### Importing LESS
> LESS files do not contain vendor prefixes. If you are to use these files directly you must add them during your build step.
Before using source files you will need to create a `theme.config` by renaming `theme.config.example`
This file is used to configure which packaged theme each component should use.
@ -46,6 +50,7 @@ You can then import Semantic from your own LESS files:
@import 'src/definitions/elements/button';
```
## Theming
### Concepts

Loading…
Cancel
Save