A fork to store Semantic UI SCSS in my preferred, more compact style, i.e. keep comments short, don't draw inside code, use SCSS properly and don't neglect its advanced features.
This is the much needed Semantic UI SCSS port. Based on bootstrap-sass's converter.
You need to have ruby installed on your system.
Just clone this repo to your local environment and run this from your command line:
rake convert
That's it!!
The converter will automatically fetch the latest files from the Semantic UI repo and convert the LESS fils on the fly :)
After executing the rake task, you should see a new folder called semantic, inside which you will have sub-folders containing the converted SCSS files.
At present, the converter only converts the LESS files.
- Clone fonts from the source repo.
- Clone images from the source repo.
- Clone/convert JS from the source repo.
- Add automatic Compass conversion.
- SASS port.