Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Commit 5ac4faf

Browse files
committed
change description
1 parent 256db34 commit 5ac4faf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎schemas/autoprefixerrc.schema.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"description": "Autoprefixer options for es6-css-minify",
3+
"description": "Autoprefixer options schema for es6-css-minify",
44
"type": "object",
55
"properties": {
66
"env": {
@@ -30,7 +30,7 @@
3030
"flexbox": {
3131
"description": "Should Autoprefixer add prefixes for flexbox properties. With \"no-2009\" value Autoprefixer will add prefixes only for final and IE 10 versions of specification.",
3232
"default": true,
33-
"anyOf": [
33+
"oneOf": [
3434
{
3535
"type": "string",
3636
"enum": [
@@ -45,7 +45,7 @@
4545
"grid": {
4646
"description": "Should Autoprefixer add IE 10-11 prefixes for Grid Layout properties?",
4747
"default": false,
48-
"anyOf": [
48+
"oneOf": [
4949
{
5050
"type": "boolean",
5151
"enum": [

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /