mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-07 20:41:22 -06: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 */
|