From 2c04636d4a0be92ebdd70420117eda6ca657aa51 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 11 Feb 2015 16:10:48 -0500 Subject: [PATCH] Readme --- src/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/README.md b/src/README.md index e830fd236..2f1ec5c45 100644 --- a/src/README.md +++ b/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