Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.1k stars 4.95k forks source link

Transitions not working with minified CSS #6739

Open nolawnchairs opened 5 years ago

nolawnchairs commented 5 years ago

Hi,

Transitions are not working for minified CSS, but do work if the un-minified file is used.

My setup is the latest version of Senatntic (2.4.2) and semantic-ui-react (0.84.0). The project is an Electon/React/TypeScript application, so it's not an incredible deal using an un-minified CSS file, but thought I'd share this issue in case this affects users who need to use the minified file in a web-base project.

Steps

Standard install using Gulp, no other alterations made from default except file output locations in my semantic.json file.

I've included a Gist of both generated files, both minified and not.

Generated Semantic-UI CSS Gist

y0hami commented 5 years ago

@mweiczorek Are you using webpack with react?

nolawnchairs commented 5 years ago

No, I use FuseBox, and it never touches the CSS. The generated CSS is referenced from the index.html file that houses the entire application, and is never touched.