Git Product home page Git Product logo

Comments (13)

MoOx avatar MoOx commented on July 23, 2024

Should work. Can you try postcss-import@^7.0.0 ? (not 8.x)

from postcss-custom-media.

grrseguin avatar grrseguin commented on July 23, 2024

Same issue with [email protected] & [email protected].

I used [email protected]

from postcss-custom-media.

MoOx avatar MoOx commented on July 23, 2024

can you add postcss-reporter to see if you have any message?

from postcss-custom-media.

grrseguin avatar grrseguin commented on July 23, 2024

Done ! I see :

src/components/Header/Header.css
19:3    ⚠  Missing @custom-media definition for '--small-viewport'. The entire rule has been removed from the output. [postcss-custom-media]

from postcss-custom-media.

MoOx avatar MoOx commented on July 23, 2024

Something is wrong with your setup. This should work.

from postcss-custom-media.

grrseguin avatar grrseguin commented on July 23, 2024

You're right. It works fine with react-static-boilerplate for example.

Thanks.

i must go in search of what is wrong in my setup.

from postcss-custom-media.

grrseguin avatar grrseguin commented on July 23, 2024

I don't understand why, but today with the same setup, it's works !? Surely an error of myself...

Sorry to have wasted your time.

from postcss-custom-media.

grrseguin avatar grrseguin commented on July 23, 2024

I go back to my comment above.

  1. postcss-custom-media require to do the @import in the same file where you want to use the custom media query.
  2. I reproduce the issue with cssnext.
postcss: function(webpack) {
    return [
      require('lost'),
      require('postcss-cssnext')({
        browsers: AUTOPREFIXER_BROWSERS
      }),
      require('postcss-import')({
        addDependencyTo: webpack
      }),
      require('postcss-reporter')()
    ];
}

For the first point, this is an issue ? Because i do the @import only in a root css file. Next, on transpiling, all CSS files are exported in one. But maybe this is not a good practice.

from postcss-custom-media.

MoOx avatar MoOx commented on July 23, 2024

You didn't read correctly postcss-import docs.

from postcss-custom-media.

grrseguin avatar grrseguin commented on July 23, 2024

OK, I read the postcss-import's readme and i managed to run postcss-custom-media & postcss-import with cssnext in changing the order of postcss-import in the PostCSS list.

from postcss-custom-media.

JGSolutions avatar JGSolutions commented on July 23, 2024

Does this work for webpack 2?

from postcss-custom-media.

JGSolutions avatar JGSolutions commented on July 23, 2024

@grrseguin What is the postCSS list you used?

from postcss-custom-media.

grrseguin avatar grrseguin commented on July 23, 2024

Today the list is :

    "postcss": "5.2.0",
    "postcss-cssnext": "2.8.0",
    "postcss-import": "8.1.2",
    "postcss-js": "0.1.3",
    "postcss-loader": "0.13.0",
    "postcss-reporter": "1.4.1",

But today postcss-custom-media works fine on my project. I don't know why, i have got this problem.

the 20th july it was :

    "postcss": "5.0.21",
    "postcss-cssnext": "2.7.0",
    "postcss-custom-properties": "5.0.1",
    "postcss-import": "8.1.2",
    "postcss-js": "0.1.3",
    "postcss-loader": "0.8.2",

the 22th july it was :

   "postcss": "5.1.0",
    "postcss-cssnext": "2.7.0",
    "postcss-import": "8.1.2",
    "postcss-js": "0.1.3",
    "postcss-loader": "0.9.1",
    "postcss-reporter": "1.4.1",

from postcss-custom-media.

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.