Skip to content

Commit e3f6cba

Browse files
committed
Build
1 parent c982044 commit e3f6cba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.stylelintrc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ rules:
268268
- forward
269269
- use
270270

271+
# Disallow invalid position declarations.
272+
no-invalid-position-declaration: null
273+
271274
# Disallow irregular whitespaces.
272275
no-irregular-whitespace: true
273276

@@ -283,6 +286,9 @@ rules:
283286
# Specify a blacklist of disallowed properties.
284287
#property-blacklist:
285288

289+
# Disallow deprecated properties.
290+
property-no-deprecated: null
291+
286292
# Disallow unknown properties.
287293
property-no-unknown:
288294
- true

dist/classic/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Classic",
33
"txp-type": "textpattern-admin-theme",
4-
"version": "4.9.1-dev",
4+
"version": "4.9.1",
55
"description": "Textpattern CMS Classic admin theme.",
66
"author": "Phil Wareham",
77
"author_uri": "https://github.com/philwareham/textpattern-classic-admin-theme"

0 commit comments

Comments
 (0)