Browse Source

Update README.md

pull/1785/head
Jack Lukic 9 years ago
parent
commit
e98e91bda2
1 changed files with 2 additions and 2 deletions
  1. 4
      src/README.md

4
src/README.md

@ -33,10 +33,10 @@ gulp.task('watch ui', 'Watch Semantic UI', watch));
#### Importing LESS
Before using source files you will need to create a `theme.config` by renaming `theme.config.example`
> 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.
You can then import Semantic from your own LESS files:

Loading…
Cancel
Save