Skip to content

sengeezer/Semantic-UI-SCSS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic-UI-SCSS

This fork

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.

What this is

This is the much needed Semantic UI SCSS port. Based on bootstrap-sass's converter.

How to use

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.

Roadmap

TODO:
  • 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.

About

This is the much needed Semantic UI SASS port. Based on bootstrap-sass's converter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 90.3%
  • Ruby 9.7%