Skip to content

Commit

Permalink
chore: Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Mar 20, 2024
1 parent 849c5b0 commit 9e11138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Drupal breakpoints to CSS

<img
<img
style="margin:2rem"
height="60px"
alt="Drupal Logo"
Expand All @@ -15,9 +15,9 @@ If the draft [`@custom-media`](https://www.w3.org/TR/mediaqueries-5/#at-ruledef-
Install as a `devDependency` with `yarn` or `npm` like:

```sh
yarn add --dev `@factorial-io/drupal-breakpoints-css`
yarn add --dev @factorial/drupal-breakpoints-css
# or
npm install --sav-dev `@factorial-io/drupal-breakpoints-css`
npm install --sav-dev @factorial/drupal-breakpoints-css
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@factorial/drupal-breakpoints-css",
"description": "Drupal breakpoints to css customProperties",
"version": "0.1.2",
"version": "0.3.2",
"main": "index.js",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit 9e11138

Please sign in to comment.