Skip to content
Discussion options

You must be logged in to vote
  1. Why do I have to run gulp install and have hundreds of generated fomantic source code files (src/definitions etc) polluting my project when all I need to change is a site.variables file to change some colours?

Because:

  • the LESS files need to be compiled into CSS files and just changing the site.variables alone won't do anything unless you are using LESS.js directly in your browser instead of using the generated semantic.css file
  • variables inside site.variables are consumed in several other ui elements less files. For example changing the primary color needs to generate a class for each possible colorable element as the color is used as background, color, border-color, box-shadow, hov…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants