A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sass/libsass/issues/550 below:

Fractional numbers such as ".01" get displayed as "0.01" · Issue #550 · sass/libsass · GitHub

A minor issue, but it differs from ruby-sass. Consider this test case:

#foo {
  d: .0001px;
  f: .01px;
  d: -.0001px;
  f: -.01px;
}

The expected result after passing through sassc is the the identity. I actually got this instead:

#foo {
  d: 0.0001px;
  f: 0.01px;
  d: -0.0001px;
  f: -0.01px;
}

According to CSS 3, 4.2. Numbers: the number type, a number is either an integer or zero or more integers followed by a dot, followed by one or more digits.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4