mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
Sync module
selector with root
This commit is contained in:
parent
ee65a62ba8
commit
26f63371cc
2 changed files with 50 additions and 11 deletions
|
@ -19,12 +19,12 @@
|
||||||
@float-hcenter: ~".float-hcenter";
|
@float-hcenter: ~".float-hcenter";
|
||||||
@float-vcenter: ~".float-vcenter";
|
@float-vcenter: ~".float-vcenter";
|
||||||
|
|
||||||
@header-1: ~"h1";
|
@header-1: ~".header-1";
|
||||||
@header-2: ~"h2";
|
@header-2: ~".header-2";
|
||||||
@header-3: ~"h3";
|
@header-3: ~".header-3";
|
||||||
@header-4: ~"h4";
|
@header-4: ~".header-4";
|
||||||
@header-5: ~"h5";
|
@header-5: ~".header-5";
|
||||||
@header-6: ~"h6";
|
@header-6: ~".header-6";
|
||||||
|
|
||||||
@panel: ~".panel";
|
@panel: ~".panel";
|
||||||
@panel-box: ~".panel-box";
|
@panel-box: ~".panel-box";
|
||||||
|
@ -66,9 +66,10 @@
|
||||||
@list-unordered: ~".list-unordered";
|
@list-unordered: ~".list-unordered";
|
||||||
@list-ordered: ~".list-ordered";
|
@list-ordered: ~".list-ordered";
|
||||||
|
|
||||||
@glossary: ~".glossary";
|
|
||||||
@glossary-term: ~".glossary-term";
|
@glossary-term: ~".glossary-term";
|
||||||
@glossary-description: ~".glossary-description";
|
@glossary-description: ~".glossary-description";
|
||||||
|
@glossary-details: ~".glossary-details";
|
||||||
|
@glossary-summary: ~".glossary-summary";
|
||||||
|
|
||||||
@modifier-fade: ~".modifier-fade";
|
@modifier-fade: ~".modifier-fade";
|
||||||
@modifier-mark: ~".modifier-mark";
|
@modifier-mark: ~".modifier-mark";
|
||||||
|
@ -80,3 +81,43 @@
|
||||||
@modifier-cyan: ~".modifier-cyan";
|
@modifier-cyan: ~".modifier-cyan";
|
||||||
@modifier-blue: ~".modifier-blue";
|
@modifier-blue: ~".modifier-blue";
|
||||||
@modifier-magenta: ~".modifier-magenta";
|
@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";
|
||||||
|
|
|
@ -99,8 +99,6 @@
|
||||||
@element-span: ~'span';
|
@element-span: ~'span';
|
||||||
@element-paragraph: ~'p';
|
@element-paragraph: ~'p';
|
||||||
|
|
||||||
@animation-rainbow: ~".rainbow";
|
|
||||||
|
|
||||||
@text-anchor: ~"a";
|
@text-anchor: ~"a";
|
||||||
@text-idiomatic: ~"i";
|
@text-idiomatic: ~"i";
|
||||||
@text-emphasis: ~"em";
|
@text-emphasis: ~"em";
|
||||||
|
@ -113,8 +111,6 @@
|
||||||
@text-preformatted: ~"pre";
|
@text-preformatted: ~"pre";
|
||||||
@text-code: ~"code";
|
@text-code: ~"code";
|
||||||
@text-input: ~"kbd";
|
@text-input: ~"kbd";
|
||||||
@text-input-pressed: ~".press";
|
|
||||||
@text-input-released: ~".release";
|
|
||||||
@text-output: ~"samp";
|
@text-output: ~"samp";
|
||||||
@text-variable: ~"var";
|
@text-variable: ~"var";
|
||||||
@text-quote: ~"q";
|
@text-quote: ~"q";
|
||||||
|
@ -123,3 +119,5 @@
|
||||||
@text-abbreviation: ~"abbr";
|
@text-abbreviation: ~"abbr";
|
||||||
@text-ruby: ~"ruby";
|
@text-ruby: ~"ruby";
|
||||||
@text-ruby-annotation: ~"rt";
|
@text-ruby-annotation: ~"rt";
|
||||||
|
|
||||||
|
@animation-rainbow: ~".rainbow";
|
||||||
|
|
Loading…
Reference in a new issue