File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Drupal breakpoints to CSS
2
2
3
- <img
3
+ <img
4
4
style="margin:2rem"
5
5
height="60px"
6
6
alt="Drupal Logo"
@@ -15,9 +15,9 @@ If the draft [`@custom-media`](https://www.w3.org/TR/mediaqueries-5/#at-ruledef-
15
15
Install as a ` devDependency ` with ` yarn ` or ` npm ` like:
16
16
17
17
``` sh
18
- yarn add --dev ` @factorial-io /drupal-breakpoints-css`
18
+ yarn add --dev @factorial/drupal-breakpoints-css
19
19
# or
20
- npm install --sav-dev ` @factorial-io /drupal-breakpoints-css`
20
+ npm install --sav-dev @factorial/drupal-breakpoints-css
21
21
```
22
22
23
23
## Configuration
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @factorial/drupal-breakpoints-css" ,
3
3
"description" : " Drupal breakpoints to css customProperties" ,
4
- "version" : " 0.1 .2" ,
4
+ "version" : " 0.3 .2" ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
7
7
"private" : false ,
You can’t perform that action at this time.
0 commit comments