mirror of
https://github.com/atom/atom.git
synced 2026-01-13 08:57:59 -05:00
11 lines
400 B
Plaintext
11 lines
400 B
Plaintext
|
|
// CSS containment variables.
|
|
// The words after `except` explicitly show the excluded/incompatible values.
|
|
@contain_all: layout size paint style;
|
|
@contain_except_layout: size paint style;
|
|
@contain_except_size: layout paint style;
|
|
@contain_except_paint: layout size style;
|
|
@contain_except_layout_size: paint style;
|
|
@contain_except_layout_paint: size style;
|
|
@contain_except_size_paint: layout style;
|