We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5719df0 commit 31e219dCopy full SHA for 31e219d
packages/postcss-if-function/README.md
@@ -41,15 +41,15 @@ console.log(result.css);
41
```css
42
.example {
43
color: red;
44
- font-size: 1rem;
45
}
46
-
47
@media (max-width: 768px) {
48
49
color: blue;
50
51
52
+.example {
+ font-size: 1rem;
+}
53
@supports (display: grid) {
54
55
font-size: 1.2rem;
@@ -164,7 +164,6 @@ module.exports = {
164
.responsive {
165
width: 50%;
166
167
168
169
170
width: 100%;
@@ -184,7 +183,6 @@ module.exports = {
184
183
.grid {
185
display: block;
186
187
188
189
190
display: grid;
0 commit comments