mirror of
https://github.com/kognise/water.css.git
synced 2026-01-22 04:57:04 +01:00
Upgrade dependencies
This commit is contained in:
parent
99017d0cc9
commit
2ca1eee9cf
12 changed files with 2972 additions and 3715 deletions
|
|
@ -23,8 +23,10 @@
|
|||
#link-snippet-container {
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
display: -ms-grid;
|
||||
/* stylelint-disable */
|
||||
-ms-display: grid;
|
||||
-ms-grid-columns: 1fr;
|
||||
/* stylelint-enable */
|
||||
}
|
||||
|
||||
#link-snippet-container > pre {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue