From e98e91bda23f8bcdafabcb2edda77875e7a8d555 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 17 Feb 2015 16:28:17 -0500 Subject: [PATCH] Update README.md --- src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index b84def03a..b81426522 100644 --- a/src/README.md +++ b/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: