Skip to content

Commit

Permalink
Fix hover on the Delete Block button (codex-team#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
talyguryn authored Mar 20, 2019
1 parent a47ffcc commit e5423d6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .postcssrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ plugins:
# https://github.com/csstools/postcss-preset-env#preserve
preserve: false

# Enable or disable specific polyfills
# https://github.com/csstools/postcss-preset-env#features
#
# List of available plugins
# https://github.com/csstools/postcss-preset-env/blob/master/src/lib/plugins-by-id.js
features:
# Modify colors using the color-mod() function in CSS
# https://github.com/jonathantneal/postcss-color-mod-function
color-mod-function: {}

# Nested rules unwrapper
# https://github.com/postcss/postcss-nested
#
Expand Down
10 changes: 5 additions & 5 deletions dist/editor.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2.12.1

- `Fix` — Fix processing `color-mod` function in styles

### 2.12.0

- `New` *API* - new `blocks` API method `renderFromHTML`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/editorjs",
"version": "2.12.0",
"version": "2.12.1",
"description": "Editor.js — Native JS, based on API and Open Source",
"main": "dist/editor.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit e5423d6

Please sign in to comment.