-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hello,
I wanted to use semantic ui variables (the colors) in my assets.
for example in app/assets/stylesheets/application.css.less:
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_tree .
*= require semantic_ui/semantic_ui
*= require_self
*/
.white {
color: @white;
}But I have an error: variable @white is undefined.
white is defined in less-rails-semantic_ui-2.0.7.0/assets/stylesheets/semantic_ui/themes/default/globals/site.variables so I thought I could use it...
Is there a way to achieve that?
Metadata
Metadata
Assignees
Labels
No labels