Semantic-UI-Rails-LESS icon indicating copy to clipboard operation
Semantic-UI-Rails-LESS copied to clipboard

This is a gem for Rails with Semantic UI (http://semantic-ui.com) assets inside.

Results 11 Semantic-UI-Rails-LESS issues
Sort by recently updated
recently updated
newest added

It's my first time with SemanticUI. I installed rails 5 with docker (ruby image), everything good, I tried this gem: https://github.com/doabit/semantic-ui-sass and it loads everything fast end good. But with...

It looks as though Semantic UI 2.3.3 finally includes compatibility with LESS 3.0: https://github.com/Semantic-Org/Semantic-UI/blob/master/RELEASE-NOTES.md Happy to help in any way.

The latest version of Semantic UI is 2.4.2 And the latest version of the Gem is 2.3.1... Why we haven't latest version ?

Here are the last few lines of output when trying to update to the latest version of SemanticUI: ``` ... patch file: /Users/brendon/Projects/Semantic-UI-Rails-LESS/assets/stylesheets/semantic_ui/themes/duo/views/item.variables patch file: /Users/brendon/Projects/Semantic-UI-Rails-LESS/assets/stylesheets/semantic_ui/themes/duo/views/card.variables patch file: /Users/brendon/Projects/Semantic-UI-Rails-LESS/lib/generators/semantic_ui/install/templates/theme.config rake...

Looks like some work will be needed to get tests to pass with less-rails 3.0.0. Sadly 2.7 and 2.8 have issues with rails :( and sprockets.

Updates to a more recent version of less (2.7.1 the old version has issues with newer rails versions) Adds .ruby-version to .gitignore Removes legacy video files

Semantic UI 2.3.0 was commited but not released as 2.3.0 on the "Releases" page.

As `Less` requires `v8` to run, it should be noted in the README about the `therubyracer` gem dependency.

icons don't work in production less-rails-semantic_ui gem: version 2.2.2.0 ruby 2.3.0 I followed the instructions in the readme precisely, but while in production, icons are not being displayed. rails assets:...