GithubHelp home page GithubHelp logo

Comments (5)

iest avatar iest commented on May 16, 2024 1

Realised the last npm published version of this is 0.0.18 โ€” installed direct from github and now everything works perfectly (with the styles being appended to the head).

So weird.

from jsxstyle.

wmonk avatar wmonk commented on May 16, 2024

I saw your comment from twitter ๐Ÿ˜„

Pulled the example directory and just changed it to use the Flex component. The CSS it generated works fine, because it puts it into a <style> tag like this:

<style>
.jsxstyle3 {
width:192px;margin-left:auto;margin-right:auto;align-items:center;background:rgba(10, 0, 0,0.8);display:flex;display:-webkit-flex;display:-ms-flexbox;-webkit-align-items:center;
}
</style>

not as an inline style.

from jsxstyle.

iest avatar iest commented on May 16, 2024

@wmonk that's using the jsxstyle webpack loader right? I'm using webpack usual style-loader... everything else works as expected โ€”ย apart from the issue above.

from jsxstyle.

wmonk avatar wmonk commented on May 16, 2024

How does that work? The style loader should pickup imported stylesheets, whereas, as far as I can tell jsxstyle will just put everything into style tags. Can you post your webpack config?

from jsxstyle.

iest avatar iest commented on May 16, 2024

So I don't really know how or why, but in my project the styles are in-line on the dom nodes and jsxstyle isn't doing any appending to the head or anything.

Into the rabbit hole...

from jsxstyle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.