diff --git a/src/selectors/module.less b/src/selectors/module.less index bdd3d57..716f974 100644 --- a/src/selectors/module.less +++ b/src/selectors/module.less @@ -19,12 +19,12 @@ @float-hcenter: ~".float-hcenter"; @float-vcenter: ~".float-vcenter"; -@header-1: ~"h1"; -@header-2: ~"h2"; -@header-3: ~"h3"; -@header-4: ~"h4"; -@header-5: ~"h5"; -@header-6: ~"h6"; +@header-1: ~".header-1"; +@header-2: ~".header-2"; +@header-3: ~".header-3"; +@header-4: ~".header-4"; +@header-5: ~".header-5"; +@header-6: ~".header-6"; @panel: ~".panel"; @panel-box: ~".panel-box"; @@ -66,9 +66,10 @@ @list-unordered: ~".list-unordered"; @list-ordered: ~".list-ordered"; -@glossary: ~".glossary"; @glossary-term: ~".glossary-term"; @glossary-description: ~".glossary-description"; +@glossary-details: ~".glossary-details"; +@glossary-summary: ~".glossary-summary"; @modifier-fade: ~".modifier-fade"; @modifier-mark: ~".modifier-mark"; @@ -80,3 +81,43 @@ @modifier-cyan: ~".modifier-cyan"; @modifier-blue: ~".modifier-blue"; @modifier-magenta: ~".modifier-magenta"; + +@input: ~".input"; +@input-field: ~".input-field"; +@input-area: ~".input-area"; +@input-select: ~".input-select"; +@input-multiselect: ~".input-multiselect"; +@input-radio: ~".input-radio"; +@input-checkbox: ~".input-checkbox"; +@input-color: ~".input-color"; +@input-file: ~".input-file"; +@input-range: ~".input-range"; +@input-button: ~".input-button"; + +@form-flex: ~'.form-flex'; +@element-label: ~'.element-label'; +@element-span: ~'.element-span'; +@element-paragraph: ~'.element-paragraph'; + +@text-anchor: ~".text-anchor"; +@text-idiomatic: ~".text-idiomatic"; +@text-emphasis: ~".text-emphasis"; +@text-attention: ~".text-attention"; +@text-strong: ~".text-strong"; +@text-annotation: ~".text-annotation"; +@text-strike: ~".text-strike"; +@text-inserted: ~".text-inserted"; +@text-deleted: ~".text-deleted"; +@text-preformatted: ~".text-preformatted"; +@text-code: ~".text-code"; +@text-input: ~".text-input"; +@text-output: ~".text-output"; +@text-variable: ~".text-variable"; +@text-quote: ~".text-quote"; +@text-citation: ~".text-citation"; +@text-definition: ~".text-definition"; +@text-abbreviation: ~".text-abbreviation"; +@text-ruby: ~".text-ruby"; +@text-ruby-annotation: ~".text-ruby-annotation"; + +@animation-rainbow: ~".animation-rainbow"; diff --git a/src/selectors/root.less b/src/selectors/root.less index a1d2cea..0025adb 100644 --- a/src/selectors/root.less +++ b/src/selectors/root.less @@ -99,8 +99,6 @@ @element-span: ~'span'; @element-paragraph: ~'p'; -@animation-rainbow: ~".rainbow"; - @text-anchor: ~"a"; @text-idiomatic: ~"i"; @text-emphasis: ~"em"; @@ -113,8 +111,6 @@ @text-preformatted: ~"pre"; @text-code: ~"code"; @text-input: ~"kbd"; -@text-input-pressed: ~".press"; -@text-input-released: ~".release"; @text-output: ~"samp"; @text-variable: ~"var"; @text-quote: ~"q"; @@ -123,3 +119,5 @@ @text-abbreviation: ~"abbr"; @text-ruby: ~"ruby"; @text-ruby-annotation: ~"rt"; + +@animation-rainbow: ~".rainbow";