Code Monkey home page Code Monkey logo

Comments (5)

Leonya avatar Leonya commented on May 18, 2024

I can provide the CSS, if you need it for debugging.

from autoprefixer.

okonet avatar okonet commented on May 18, 2024

This issue is a combination of https://github.com/gruntjs/grunt-contrib-compass in development environment. Compass (SCSS) includes line comments into the generated CSS file:

/* line 42, ../../app/styles/main.scss */
html,
body,
.app {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

This option is enabled by default for grunt-contrib-compass. Autoprefixer doesn't fail when using following config for compass task in your Gruntfile:

compass:
    server:
        options:
          environment: 'development'
          noLineComments: yes

from autoprefixer.

ai avatar ai commented on May 18, 2024

@okonet and this comments broke Autoprefixer? I can fix parser if you give me good example

from autoprefixer.

ai avatar ai commented on May 18, 2024

@okonet this comments doesn’t broke Autoprefixer:

~/Dev/autoprefixer β†’ echo "/* line 42, ../../app/styles/main.scss */
.app {
  overflow: hidden;
}" | ./bin/autoprefixer 
/* line 42, ../../app/styles/main.scss */

.app {
  overflow: hidden;
}

@Leonya wait your CSS to debug. If it possiblt, please try to find (like binary search) smallest part of CSS, that broke Autoprefixer :).

from autoprefixer.

ai avatar ai commented on May 18, 2024

Issue was in comments in keyframes, @demiazz find it and fix: c9a1477

Tomorrow will be new release with fix.

from autoprefixer.

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.