You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/postcss-media-queries-aspect-ratio-number-values/README.md
+1-14Lines changed: 1 addition & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
# PostCSS Media Queries Aspect-Ratio Number Values [<imgsrc="https://postcss.github.io/postcss/logo.svg"alt="PostCSS Logo"width="90"height="90"align="right">][PostCSS]
2
2
3
-
[<imgalt="npm version"src="https://img.shields.io/npm/v/@csstools/postcss-media-queries-aspect-ratio-number-values.svg"height="20">][npm-url][<imgalt="Build Status"src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg"height="20">][cli-url][<imgalt="Discord"src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]<br><br>[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/media-queries-aspect-ratio-number-values.svg"height="20">][css-url][<imgalt="CSS Standard Status"src="https://cssdb.org/images/badges/media-queries-aspect-ratio-number-values.svg"height="20">][css-url]
[PostCSS Media Queries Aspect-Ratio Number Values] lets you use non-integer numbers and `calc()` in `aspect-ratio` feature queries following the [Media Queries 4 Specification].
10
6
@@ -35,16 +31,7 @@ postcss([
35
31
]).process(YOUR_CSS/*, processOptions */);
36
32
```
37
33
38
-
[PostCSS Media Queries Aspect-Ratio Number Values] runs in all Node environments, with special
0 commit comments