How to theme it in Webpack project?
See original GitHub issueHelp Wanted
Problem
I am using semantic-ui-react
but as we all know the semantic-ui
is not in active development, so I want to use Fomantic-UI with the react package.
I have React project using Webpack and I have no idea how I can theme Fomantic in this situation?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Set Up Webpack And Babel For Your WordPress Theme
Set Up Webpack And Babel For Your WordPress Theme. In this blog, I will explain to you how to set up Webpack for...
Read more >How to Use Webpack in WordPress - WP Tips
Download and install Node JS. Pick the recommended version. · Create package.json and webpack.config.js files in your theme and paste in the code...
Read more >How to theme it in Webpack project? · Issue #410 · fomantic ...
I have React project using Webpack and I have no idea how I can theme . ... This should build your theme inside...
Read more >Adding Webpack to a traditional Drupal theme - ThinkShout
For the example project we only define two entrypoints, but for a larger theme you may want to split large Drupal behaviors into...
Read more >webpack 4: Create multiple theme css files - Stack Overflow
I need to create multiple theme CSS files using webpack version 4 and "mini CSS extract plugin" in my react project.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Not great solution I am afraid. I would prefer to be able to include LESS files …
Quick note: remember to include the
semantic.json
file andsrc/assets/fomantic
directory in your git repo, DON’T ignore them.