Update to unreleased version of uncss in order to update to postcss@8.2.15 (fixes #2452)

This commit is contained in:
Alex Dima 2021-05-12 14:15:01 +02:00
parent 84f5017333
commit 3a7c892f01
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
3 changed files with 193 additions and 209 deletions

View file

@ -50,7 +50,7 @@ var editor = monaco.editor.create(document.getElementById("container"), {
});
// Explanation:
// Press F1 (Alt-F1 in Edge) => the action will appear and run if it is enabled
// Press F1 => the action will appear and run if it is enabled
// Press Ctrl-F10 => the action will run if it is enabled
// Press Chord Ctrl-K, Ctrl-M => the action will run if it is enabled