Giter Club home page Giter Club logo

Comments (2)

devongovett avatar devongovett commented on June 8, 2024

See https://drafts.csswg.org/css-namespaces/#syntax

Any @namespace rules must follow all @charset and @import rules and precede all other non-ignored at-rules and style rules in a style sheet.

@import rules must also come before other rules: https://drafts.csswg.org/css-cascade-5/#at-import

Any @import rules must precede all other valid at-rules and style rules in a style sheet (ignoring @charset and @layer statement rules) and must not have any other valid at-rules or style rules between it and previous @import rules, or else the @import rule is invalid.

I believe this will also error in Parcel in the next version (once Lightning CSS is used to implement the CSS packager).

So to fix your issue, you should move the @import to the top of the file.

from parcel.

Offirmo avatar Offirmo commented on June 8, 2024

Hi @devongovett thanks a lot for your time and for your answer. TIL about this CSS rule!

I understand it's not Parcel's job but I believe when bundling different CSS files, the CSS bundler should automatically hoist those namespace definitions. Otherwise it requires a precise control over all the CSS used in the app.

Is Lightning CSS the right place to request such a feature? Or is Parcel planning to implement its own CSS bundler in the future?

from parcel.

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.