plugins: change return codes of geany_load_module() and GeanyPluginFuncs::init
[geany-mirror.git] / tests / ctags / css-at-supports.css
blob614171b9acbec168814a1fca266c503f06fdc6f0
2 @supports ((test-property: 42) or (test-property2: 42)) {
3 html { test-property: 42; }
6 html { color: blue; }