diff --git a/snippet_data/snippetList.json b/snippet_data/snippetList.json index 26e489afb..13e9c4ed2 100644 --- a/snippet_data/snippetList.json +++ b/snippet_data/snippetList.json @@ -60,20 +60,6 @@ "hash": "5454e3c5fb06cc5b7bc36d37ef41be684766aae122214cc34023e225c76fa454" } }, - { - "id": "calc", - "type": "snippetListing", - "title": "Calc()", - "attributes": { - "text": "The function calc() allows to define CSS values with the use of mathematical expressions, the value adopted for the property is the result of a mathematical expression.\n\n", - "tags": [ - "other" - ] - }, - "meta": { - "hash": "8165e64d1bca7ae3bb0c990712023720dff55c2f6194b557a131901d528be4b7" - } - }, { "id": "circle", "type": "snippetListing", @@ -163,20 +149,6 @@ "hash": "1c29d55847263d12852dfd752653287237c885cadb369ee3db28701029f8bcc2" } }, - { - "id": "custom-variables", - "type": "snippetListing", - "title": "Custom variables", - "attributes": { - "text": "CSS variables that contain specific values to be reused throughout a document.\n\n", - "tags": [ - "other" - ] - }, - "meta": { - "hash": "7a0d1c46beceb336265b2ca27a4f3cf25ad332a5cd2e8c0b692a43ce5b329fef" - } - }, { "id": "disable-selection", "type": "snippetListing", diff --git a/snippet_data/snippets.json b/snippet_data/snippets.json index 713689807..59fba3963 100644 --- a/snippet_data/snippets.json +++ b/snippet_data/snippets.json @@ -124,36 +124,6 @@ "authorCount": 3 } }, - { - "id": "calc", - "title": "Calc()", - "type": "snippet", - "attributes": { - "fileName": "calc.md", - "text": "The function calc() allows to define CSS values with the use of mathematical expressions, the value adopted for the property is the result of a mathematical expression.\n\n", - "explanation": "\n\n1. It allows addition, subtraction, multiplication and division.\n2. Can use different units (pixel and percent together, for example) for each value in your expression.\n3. It is permitted to nest calc() functions.\n4. It can be used in any property that ``, ``, ``, `