mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Custom data sample
This commit is contained in:
17
custom-data-sample/css.css-data.json
Normal file
17
custom-data-sample/css.css-data.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": 1.1,
|
||||
"properties": [{
|
||||
"name": "my-size",
|
||||
"description": "Compiles down to `width` and `height`. See details at https://github.com/postcss/postcss-size",
|
||||
"references": [
|
||||
{
|
||||
"name": "GitHub",
|
||||
"url": "https://github.com/postcss/postcss-size"
|
||||
}
|
||||
]
|
||||
}],
|
||||
"pseudoClasses": [{
|
||||
"name": ":my-link",
|
||||
"description": ":any-link pseudo class. See details at https://preset-env.cssdb.org/features#any-link-pseudo-class"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user