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
- Host: GitHub
- URL: https://github.com/angeal185/semantic-ui-stylus
- Owner: angeal185
- License: mit
- Created: 2017-07-03T12:49:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T06:38:51.000Z (over 7 years ago)
- Last Synced: 2025-02-06T18:10:38.403Z (3 months ago)
- Topics: port, semantic, semantic-ui, stylus
- Language: CSS
- Homepage:
- Size: 915 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.