Browse Source

Readme

pull/1785/head
jlukic 9 years ago
parent
commit
2c04636d4a
1 changed files with 2 additions and 4 deletions
  1. 6
      src/README.md

6
src/README.md

@ -37,9 +37,7 @@ Before using source files you will need to create a `theme.config` by renaming `
This file is used to configure which packaged theme each component should use.
After renaming the file, you can import less files in two ways:
To import all of Semantic UI:
You can then import Semantic from your own LESS files:
```less
/* Import all components */
@import 'src/semantic';
@ -58,7 +56,7 @@ There are three levels of inheritance in Semantic
* Default theme - Semantic UI's neutral default theme
* Packaged theme - A specified packaged theme, like "amazon", or "material"
* Site theme - A theme specific to your site
*
*
#### Folder Structure
* `definitions/` contains the `css` and `javascript` definitions for each component

Loading…
Cancel
Save