Skip to content
New issue

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

check_flat default.png image folder change #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0plus1
Copy link

@0plus1 0plus1 commented Nov 11, 2016

Referring to this issue, #103 I don't know the reasoning behind the choice, but it makes sense to have the css referencing the actual folder structure of the project.

This small change makes bootflat compatible with webpack.

@lumost
Copy link

lumost commented Jan 11, 2017

I also ran into this issue and this fix handled it. any possibility of a merge in the future?

@CheezeCoder
Copy link

I also simply fixed the issue by changing the path in the node_modules folder. I seem to be having another issue though. I've included the bootflap file in my App component:

import 'bootflat/bootflat/css/bootflat.min.css';

And it appears to be applying styles to any elements but if I include any class names on a component it doesn't pick up the styles. I can't figure it out. Heres an example of my button:

<button type="button" className="btn btn-info btn-block">Test</button>

And my Webpack config css loader:

test: /\.css$/, use: [ {loader:"style-loader"}, { loader:"css-loader", options:{ modules: true, sourceMap: true, localIdentName: '[name]__[local]--[hash:base64:5]' } } ]

Anyone have any ideas or help for me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants