Browse Source

Merge branch 'master' of github.com:Semantic-Org/Semantic-UI

pull/1398/head
jlukic 10 years ago
parent
commit
ff7daa2ae9
3 changed files with 4 additions and 7 deletions
  1. 4
      README.md
  2. 4
      bower.json
  3. 3
      src/themes/default/globals/site.variables

4
README.md

@ -10,7 +10,7 @@ Key Features
* 3 Levels of Variable Inheritance (Similar to SublimeText)
* Built using EM values for responsive design
> Semantic UI is now at 1.0, be sure to check out our [release notes](https://github.com/Semantic-Org/Semantic-UI/blob/master/RELEASE-NOTES.md) for changes from the pre-release.
> Semantic UI is now at 1.0, be sure to check out our [release notes](https://github.com/Semantic-Org/Semantic-UI/blob/master/RELEASE-NOTES.md#version-100---november-24-2014) for changes from the pre-release.
## Community Support
@ -48,8 +48,6 @@ You may also prefer to use individual components found in `dist/components` to r
<link rel="stylesheet" type="text/css" href="/dist/components/icon.css">
```
If you are unable to run build tools, for whatever reason, you can create a custom build by simply copying and pasting your necessary components into an online minifier](http://marijnhaverbeke.nl/uglifyjs)
### Recommended Usage (Themed)

4
bower.json

@ -6,9 +6,6 @@
"name" : "Jack Lukic",
"web" : "http://www.jacklukic.com"
},
"ignore" : [
"src/site"
],
"dependencies": {
"jquery" : ">=1.8"
},
@ -26,6 +23,7 @@
"http://semantic-ui.mit-license.org/"
],
"ignore": [
"src/site",
"test"
]
}

3
src/themes/default/globals/site.variables

@ -13,9 +13,10 @@
@importGoogleFonts : true;
@googleFontName : 'Lato';
@googleFontSizes : '400,700,400italic,700italic';
@googleSubset : 'latin';
@googleProtocol : 'http://';
@googleFontRequest : '@{googleFontName}:@{googleFontSizes}';
@googleFontRequest : '@{googleFontName}:@{googleFontSizes}&subset=@{googleSubset}';
/*-------------------
Base Sizes

Loading…
Cancel
Save