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: readme.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The rule consists of two parts:
46
46
47
47
1. Conditions in which cases a rule should work. To do this, you specify a regular expression for _id_ (query string), _base_ (path to module which requires resource), or _module_ (resolved path by postcss-import).
48
48
49
-
For example, you have `style.css` inside component folder`app/components/Button`, which imports `colors.css`.
49
+
For example, you have `style.css` inside directory`app/components/Button`, which imports `colors.css`.
50
50
51
51
```css
52
52
@import"colors.css";
@@ -61,7 +61,7 @@ Here:
61
61
-`./app/components/Button` is __base__;
62
62
-`./app/components/Button/colors.css` id __module__.
63
63
64
-
Use regular expressions that would create the condition.
64
+
Use regular expressions to create the condition, based on these values:
0 commit comments