Skip to content

Commit

Permalink
Selector non-selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispuska committed Feb 11, 2024
1 parent 9a19d2f commit 3fca18e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "03b8 <[email protected]>",
"private": false,
"license": "MIT",
"version": "5.0.1",
"version": "0.0.0",
"scripts": {
"test": "NODE_ENV=test vitest run",
"test:u": "NODE_ENV=test vitest run --update",
Expand Down
2 changes: 1 addition & 1 deletion packages/fractures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heliosgraphics/fractures",
"version": "5.2.2",
"version": "5.2.3",
"type": "module",
"author": "03b8 <[email protected]>",
"description": "Functional CSS, but only the good parts.",
Expand Down
4 changes: 2 additions & 2 deletions packages/fractures/src/rules/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ export const type: Array<FractureRuleType> = [
description: "Break-word word-wrap.",
},
{
selector: "unselectable",
selector: "non-selectable",
declarations: { userSelect: "none" },
description: "User-select is none.",
description: "Non selectable text.",
},

{
Expand Down

0 comments on commit 3fca18e

Please sign in to comment.