Travis build: 486

This commit is contained in:
30secondsofcode
2019-09-25 12:59:41 +00:00
parent 65a846be53
commit 5463b46048
3 changed files with 5 additions and 5 deletions

View File

@ -1891,7 +1891,7 @@ btn.onmousemove = function(e) {
### :not selector ### :not selector
The `:not` psuedo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled. The `:not` pseudo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.
```html ```html
<ul class="css-not-selector-shortcut"> <ul class="css-not-selector-shortcut">

View File

@ -443,13 +443,13 @@
"type": "snippetListing", "type": "snippetListing",
"title": ":not selector", "title": ":not selector",
"attributes": { "attributes": {
"text": "The `:not` psuedo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.\n\n", "text": "The `:not` pseudo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.\n\n",
"tags": [ "tags": [
"visual" "visual"
] ]
}, },
"meta": { "meta": {
"hash": "a5ce598fdef79b1c1a91bc30992bd881e3f1d1f7928c4c4d3ccd5f4eb5817ad9" "hash": "847dbaae8802781fa073cc92c6891ea0a0c39752f95266fcb4db7812dc78640e"
} }
}, },
{ {

View File

@ -816,7 +816,7 @@
"type": "snippet", "type": "snippet",
"attributes": { "attributes": {
"fileName": "not-selector.md", "fileName": "not-selector.md",
"text": "The `:not` psuedo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.\n\n", "text": "The `:not` pseudo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.\n\n",
"explanation": "\n\n- `li:not(:last-child)` specifies that the styles should apply to all `li` elements except the `:last-child`.\n\n", "explanation": "\n\n- `li:not(:last-child)` specifies that the styles should apply to all `li` elements except the `:last-child`.\n\n",
"browserSupport": { "browserSupport": {
"text": "\n\n- https://caniuse.com/#feat=css-sel3\n", "text": "\n\n- https://caniuse.com/#feat=css-sel3\n",
@ -833,7 +833,7 @@
] ]
}, },
"meta": { "meta": {
"hash": "a5ce598fdef79b1c1a91bc30992bd881e3f1d1f7928c4c4d3ccd5f4eb5817ad9" "hash": "847dbaae8802781fa073cc92c6891ea0a0c39752f95266fcb4db7812dc78640e"
} }
}, },
{ {