We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally opened here rtfeldman/elm-css-helpers#2
This still happens. Example:
module Main exposing (main) import Browser import Html.Styled exposing (Html, div) import Html.Styled.Attributes exposing (class) import Svg.Styled exposing (svg, rect) import Svg.Styled.Attributes as A icon attrs = svg ([] ++ attrs) [ rect [ A.fill "EEE" , A.width "32" , A.height "32" , A.x "0" , A.y "0" ] [] ] main = div [] [ icon [ class "foo" ] ] |> Html.Styled.toUnstyled
https://ellie-app.com/3H4jf9P8ffwa1
The text was updated successfully, but these errors were encountered:
This is an issue in elm-svg elm/svg#3
Sorry, something went wrong.
No branches or pull requests
Originally opened here rtfeldman/elm-css-helpers#2
This still happens. Example:
https://ellie-app.com/3H4jf9P8ffwa1
The text was updated successfully, but these errors were encountered: