Remove inclusion of old css types snippets.

Supposedly, this had been done in an earlier commit for all styles. Apparently, I forgot to open styles references that were one level deeper in the directory, so the pages about grid, links, and scrollbar colors still included the css types values directly in their reference pages.
This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 11:28:47 +00:00
parent 196d430582
commit da9a481f1c
22 changed files with 0 additions and 177 deletions

View File

@@ -14,10 +14,6 @@ column-span: <a href="../../css_types/integer">&lt;integer&gt;</a>;
The style `column-span` accepts a single non-negative [`<integer>`](../../../css_types/integer) that quantifies how many columns the given widget spans.
### Values
--8<-- "docs/snippets/type_syntax/integer.md"
## Example
The example below shows a 4 by 4 grid where many placeholders span over several columns.