mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 05:17:16 -04:00
26 lines
395 B
CSS
26 lines
395 B
CSS
|
/* doiuse-disable */
|
||
|
disable-all {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
/* doiuse-enable flexbox */
|
||
|
enable-specific {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
/* doiuse-disable flexbox, css-filters */
|
||
|
disable-specific {
|
||
|
display: flex;
|
||
|
filter: brightness(50%);
|
||
|
}
|
||
|
|
||
|
/* doiuse-enable */
|
||
|
enable-all {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
/* doiuse-disable */
|
||
|
/* applies to included files */
|
||
|
@import "./ignore-include.css";
|
||
|
/* but not to other file */
|