We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps 1. Put some custom styles in `placeholder.overrides` (either site or own theme) 2. Run `gulp build` from `./semantic` folder Expected Result placeholder.css as well as placeholder.min.css within folder ./dist/components should contain the custom styles from placeholder.overrides. Actual Result Custom styles from placeholder.overrides are missing. Version 2.4.2 Cause placeholder.less is missing command .loadUIOverrides(); in its last line. Testcase No test needed, just insert .loadUIOverrides(); in its last line and it will work as expected.
1. Put some custom styles in `placeholder.overrides` (either site or own theme) 2. Run `gulp build` from `./semantic` folder
placeholder.css as well as placeholder.min.css within folder ./dist/components should contain the custom styles from placeholder.overrides.
placeholder.css
placeholder.min.css
./dist/components
placeholder.overrides
Custom styles from placeholder.overrides are missing.
2.4.2
placeholder.less is missing command .loadUIOverrides(); in its last line.
placeholder.less
.loadUIOverrides();
No test needed, just insert .loadUIOverrides(); in its last line and it will work as expected.
Semantic-Org/Semantic-UI#6679
The text was updated successfully, but these errors were encountered:
fix(placeholder): append .loadUIOverrides() to the bottom
3af89df
Closes #255
dce8962
5c05e74
ColinFrick
No branches or pull requests
Bug Report
Original SUI Issue
Semantic-Org/Semantic-UI#6679
The text was updated successfully, but these errors were encountered: