Semantic-UI-CSS
Semantic-UI-CSS copied to clipboard
CSS Only distribution
When running an Angular project with `--prod` and `--aot flags`, two warnings are triggered: ``` WARNING in Invalid background value at 228:97. Ignoring. WARNING in Invalid background value at 252:56047....
Should it be here? PyCharm marks it as an error: ``` i.icon.\3500px:before { content: "\f26e"; } ``` https://github.com/Semantic-Org/Semantic-UI-CSS/blob/master/semantic.css#L8286
This CVE: https://nvd.nist.gov/vuln/detail/CVE-2019-11358 resulted in some security alerts in projects which use `semantic-ui-css` This is caused by the `jquery` dependency. Unfortunately you cannot easily update the depencendies because the dependency...
Brand icons do not seem to be included in the build. If this is intended behavior, please document it.
Hi, could you please remove the google font dependency? We use this package also for internal/offline projects. Thanks!
The Javascript files are in the repo's root as well, but the README sais "CSS only version of Semantic UI" ... I'm confused. I can e.g. initialize a dropdown by...
Greetings! I have noticed that whenever using the Icon component with one of the icon name included by semantic-ui the font doesn't seem to be loaded. I am using [email protected]...