An open API service indexing awesome lists of open source software.

https://github.com/angeal185/semantic-ui-stylus

stylus port of semanticUI v2.2.13
https://github.com/angeal185/semantic-ui-stylus

port semantic semantic-ui stylus

Last synced: 2 months ago
JSON representation

stylus port of semanticUI v2.2.13

Awesome Lists containing this project

README

        

# semantic-ui-stylus
stylus port of semanticUI v2.2.13

### Installation

bower:
```sh
$ bower install semantic-ui-stylus --save-dev
```

### info
A complete convert of the default semantic.css to stylus.
No learning curve and no repeats. build it how you want it or just use it as an easy way to exclude unused css.

### Instructions
semantic.css has been converted, broken down into smaller .styl includes and the include files are named accordingly.

Simply edit as you see fit, comment out or remove unwanted includes in `semantic.styl` file then compile.

````sh
$ stylus semantic.styl -o dist/css
````

or with gulp
````sh
$ gulp
````
done.