1.0.36 • Published 4 years ago

astro-ds v1.0.36

Weekly downloads
105
License
ISC
Repository
-
Last release
4 years ago

Astro-DS

Bootstrap-based React Components library.

Styles: Plain CSS, BEM + EM/REM

BEM

We are using our peculiar and condensed BEM Syntax:

  • Use prefix for selecting any element declared within astroticker: ads-.

  • Block elements will be declared right after. Separated by a low dash to differentiate Blocks from Elements. camelCase is allowed. Sample: ads-blockClass

  • Elements come right after preceded by a low dash. Sample: ads-block_elementClass

  • Modifiers close the className for a complete definition of the className. Sample: ads-block_element-modifier .

Measurement units: EM/REM

When to apply:

  • body font-size is set to 62.5% (on small devices), () in order to make calculations easier. This initial value will make 1rem to be equal to 10px.

  • We are using rem units for font-sizing. Like so, component's font-size itself or its elements does not depend on ascending (parent elements), just the Root.

  • We use em units for properties that may change depending on the element's font-size.

  • We use rem for any properties that have a global scope, like spacing properties.

1.0.36

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.34

4 years ago

1.0.31-alpha.3

4 years ago

1.0.31-alpha.2

4 years ago

1.0.31-alpha.1

4 years ago

1.0.31-alpha.0

4 years ago

1.0.31-alpha.6

4 years ago

1.0.31-alpha.5

4 years ago

1.0.30

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.22

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago