-
|
I just want to modify a few variables like primary colour to better match my brand
This page here has to be the most useless page of documentation in the ENTIRE project: https://fomantic-ui.com/usage/theming.html |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Because:
You might take a look / use the https://github.com/fomantic/Fomantic-UI-LESS repo instead, which does not use gulp at all. However you would need your own LESS compilation somewhere inside your build stack (or, as said above, use in-browser-on-the-fly-compilation via https://lesscss.org/usage/#using-less-in-the-browser ) A future version of fomantic will completely switch to CSS variables so you would only need to change one line of your code and dont need gulp at all. But this takes time.
You should be able to declare a nested folder and wildcard like /semantic/**/*.variables inside .gitignore according to your needs.
Try to add
By again running gulp install, it should detect the upgraded FUI version and rebuild the files accordingly
You are welcome contributing to the project according to your experience to improve the docs by providing proper PRs inside the Docs repo |
Beta Was this translation helpful? Give feedback.
Because: