From 83038111a88a4e0fa77493b8d167a4fa55e37998 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 17 Feb 2015 16:28:00 -0500 Subject: [PATCH 1/4] Update README.md --- src/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/README.md b/src/README.md index b5b1d5aab..b84def03a 100644 --- a/src/README.md +++ b/src/README.md @@ -35,6 +35,8 @@ gulp.task('watch ui', 'Watch Semantic UI', watch)); 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. + This file is used to configure which packaged theme each component should use. You can then import Semantic from your own LESS files: @@ -46,6 +48,7 @@ You can then import Semantic from your own LESS files: @import 'src/definitions/elements/button'; ``` + ## Theming ### Concepts From e98e91bda23f8bcdafabcb2edda77875e7a8d555 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 17 Feb 2015 16:28:17 -0500 Subject: [PATCH 2/4] 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: From 902cc9832a2e53c4ee7a86751778aae2945a71cc Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 17 Feb 2015 16:33:06 -0500 Subject: [PATCH 3/4] Update README.md --- src/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index b81426522..ad6353c78 100644 --- a/src/README.md +++ b/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-u[ you can use gulp to build your project's css: ```bash /* Watch files */ gulp watch From 4b33e061d2754b8f45978b91f20d5af230c3f07e Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 17 Feb 2015 16:33:18 -0500 Subject: [PATCH 4/4] Update README.md --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index ad6353c78..26a00428d 100644 --- a/src/README.md +++ b/src/README.md @@ -9,7 +9,7 @@ npm install Semantic will automatically configure itself using a `post-install` script built into the package. -After set-u[ you can use gulp to build your project's css: +After set-up can use gulp to build your project's css: ```bash /* Watch files */ gulp watch