/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/extensions/default/CSSCodeHints/unittest-files/regions.css
105 строк
1 KB
Marcel Gerber
Show colored swatch in CSS Code Hints and SVG Code Hints
24 янв 2015, 00:59
24 янв 2015, 00:59
549be0a
Код
Авторство
О чём код?
/* basic tests */ article.content { flow-into: main; } section.layout > div { flow-from: main; } #jeff.content { flow-into: jeff; } #jeff.layout > div { flow-from: jeff; } /* exclude matches inside comments tests */ /* p.content { flow-into: carter; } p.layout > div { flow-from: carter; } */ /* exclude matches inside strings tests */ div { content: "/* p.content { flow-into: carter; } p.layout > div { flow-from: carter; } */"; } div { content: "html.content { flow-into: dexter; } html.layout > div { flow-from: dexter; }"; } /* div.content { content: "flow-into: martin;"; } div.layout > div { content: "flow-from: martin;"; } */ /* multi-line property tests */ #randy.content { flow-into: randy ; } #randy.layout > div { flow-from: randy; } /* test to exclude duplicates */ #yin.content { flow-from: ; flow-into: jeff; } #yin.layout > div { flow-from: jeff; } /* flow-from only tests */ #raymond.layout > div { flow-from: lim; } /* underscores and dashes */ #ingo.content { flow-from: edge-code_now_shipping; } /* invalid / ignored flows */ #test364.content { flow-from: default; flow-from: none; flow-from: inherit; flow-from: auto; flow-from: initial; flow-from: content; flow-from: element; } /* colors */ .colorful { color: ; background-color: ; border-left-color: deep; border-color: rent; height: ; color: transparent; }