Giter Club home page Giter Club logo

css-inliner-bundle's People

Contributors

eschmar avatar florianajir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yvessterckx

css-inliner-bundle's Issues

Usage breaks import rule for Webfonts

<style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Railway); </style>

converts to an empty <style>-Tag and the import is lost.

Is there any workaround you know or do you have an idea to fix this?

Support for <link rel="stylesheet"> tag?

Hello. I have a problem when trying to use this bundle on my current twig files.

In https://github.com/tijsverkoyen/CssToInlineStyles I have read that <link rel="stylesheet"> tags are supported, however this bundle ignores them. I tried it even without using webpack manifest file and its still the same.

Is it possible to extend this functionality? Somehow I cannot imagine manually rewriting 5MB of CSS in every template ๐Ÿ˜„

Example code:

inline.html.twig

{% cssinline %}
    <html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <link rel="stylesheet" href="{{ asset('build/test.css') }}">
    </head>
    <body>
        <p class="red text-white">Red & white</p>
    </body>
    </html>
{% endcssinline %}

test.css

.red{
    background-color: red;
}
.text-white{
    color: white !important;
}

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.