You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Semantic UI package installs a Gulp build tool that will walk you through creating a custom theme within your project. Install this as a dev dependency:
$ yarn add semantic-ui --dev
After building a theme with Gulp, include the minified CSS file in your index.js file:
import '../semantic/dist/semantic.min.css
Detailed documentation on Semantic UI theming is provided here and in our Theming guide.
Unfortunately, semantic-ui is stuck on Gulp 3 and incompatible with Node 12 (Semantic-Org/Semantic-UI#6818). This sent me on a wild goose chase that ended nowhere; then I checked the Theming guide which is based on semantic-ui-less and works without a problem.
So, the semantic-ui mention is misleading and kinda does this project a disservice. Would you please update that section? Thanks.
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
layershifter
changed the title
[Doc] Get Started guide on using custom themes is outdated and misleading
Doc: "Get Started" guide on using custom themes is outdated and misleading
Jun 7, 2019
On https://react.semantic-ui.com/usage, under the "Custom Theme" tab of the "Theme" section, the recommendation is
Unfortunately,
semantic-ui
is stuck on Gulp 3 and incompatible with Node 12 (Semantic-Org/Semantic-UI#6818). This sent me on a wild goose chase that ended nowhere; then I checked the Theming guide which is based onsemantic-ui-less
and works without a problem.So, the
semantic-ui
mention is misleading and kinda does this project a disservice. Would you please update that section? Thanks.The text was updated successfully, but these errors were encountered: