FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

check_flat default.png image folder change by 0plus1 · Pull Request #104 · bootflat/bootflat.github.io · GitHub

check_flat default.png image folder change - #104

Open
0plus1 wants to merge 1 commit into
bootflat:masterfrom
0plus1:master
Open

check_flat default.png image folder change#104
0plus1 wants to merge 1 commit into
bootflat:masterfrom
0plus1:master

Conversation

0plus1 commented Nov 11, 2016

Copy link
Copy Markdown

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 commented Jan 11, 2017

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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?

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL