Code Monkey home page Code Monkey logo

Comments (5)

yisibl avatar yisibl commented on June 1, 2024

没有看到图,请写出输入什么,期望输出什么?例如:
input:

output:

from postcss-aspect-ratio-mini.

dream2023 avatar dream2023 commented on June 1, 2024

没有看到图,请写出输入什么,期望输出什么?例如:
input:

output:

抱歉打错字了,
input:

.aspect-box {
    aspect-ratio: "16:9";
}

output:

.aspect-box:before {
    padding-top: 56.25%;
}

实际输出:

.aspect-box:before {
    padding-top: '56.25%';
}

也就是在双引号下,编译出来的代码会带上带引号,并不是有效的数值,希望在双引号下也能编译出有效的数值

from postcss-aspect-ratio-mini.

yisibl avatar yisibl commented on June 1, 2024

这个问题已经修复了,但 node 11.3.0 CI 有报错,我要看一下。

from postcss-aspect-ratio-mini.

dream2023 avatar dream2023 commented on June 1, 2024

这个问题已经修复了,但 node 11.3.0 CI 有报错,我要看一下。

OK,多谢大神~

npm仓库大神别忘更新一下

from postcss-aspect-ratio-mini.

yisibl avatar yisibl commented on June 1, 2024

好了,1.0.1 版本。

from postcss-aspect-ratio-mini.

Related Issues (10)

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.