css

The CSS Language and Framework

MIT License

Downloads
6.8K
Stars
1.7K
Committers
14

Bot releases are visible (Hide)

css - v2.0.0-alpha.17

Published by 1aron about 2 years ago

2.0.0-alpha.17 (2022-10-08)

Features

  • accept array ‘themes’ (c780327)
css - v2.0.0-alpha.16

Published by 1aron about 2 years ago

2.0.0-alpha.16 (2022-10-08)

Bug Fixes

  • colorful css value wasn't transformed to hex color when applied theme (cbfcfd3)
css - v2.0.0-alpha.15

Published by 1aron about 2 years ago

2.0.0-alpha.15 (2022-10-08)

Bug Fixes

css - v2.0.0-alpha.14

Published by 1aron about 2 years ago

2.0.0-alpha.14 (2022-10-08)

Bug Fixes

css - v2.0.0-alpha.13

Published by 1aron about 2 years ago

2.0.0-alpha.13 (2022-10-08)

Bug Fixes

css - v2.0.0-alpha.12

Published by 1aron about 2 years ago

2.0.0-alpha.12 (2022-10-08)

Bug Fixes

css - v2.0.0-alpha.11

Published by 1aron about 2 years ago

2.0.0-alpha.11 (2022-10-08)

Bug Fixes

css - v2.0.0-alpha.10

Published by 1aron about 2 years ago

2.0.0-alpha.10 (2022-10-08)

Bug Fixes

css - v2.0.0-alpha.9

Published by 1aron about 2 years ago

2.0.0-alpha.9 (2022-10-07)

Bug Fixes

css - v2.0.0-alpha.8

Published by 1aron about 2 years ago

2.0.0-alpha.8 (2022-10-01)

Bug Fixes

  • temporarily reverted to webpack fixed type issues (f36ef30)

Reverts

css - v2.0.0-alpha.7

Published by 1aron about 2 years ago

2.0.0-alpha.7 (2022-10-01)

Features

  • new rendering APIs render(), renderFromHTML(), renderIntoHTML (bac75c6)
css - v2.0.0-alpha.6

Published by 1aron about 2 years ago

2.0.0-alpha.6 (2022-09-30)

Bug Fixes

  • preset WordSpacing unit to em (74a263b)
css - v2.0.0-alpha.5

Published by 1aron about 2 years ago

2.0.0-alpha.5 (2022-09-27)

Bug Fixes

css - v2.0.0-alpha.4

Published by 1aron about 2 years ago

2.0.0-alpha.4 (2022-09-25)

Bug Fixes

  • remove CURRENT_COLOR constant (4e3ba4a)
  • remove useless Font.colorful (918223a)
css - v2.0.0-alpha.3

Published by 1aron about 2 years ago

2.0.0-alpha.3 (2022-09-25)

Features

  • add (bg|background):current for background-color:currentColor (2f8120e)
  • add (fg|foreground|color):transparent for color:transparent (9271423)
  • add accent:(current|transparent) for accent-color:(currentColor|transparent) (70d0e16)
  • add outline:(?:current|transparent) for outline-color:(currentColor|transparent) (6e288a2)
  • add text-stroke:(?:current|transparent) for -webkit-text-stroke-color:(current|transparent) (c27913f)
  • add text(?:-fill)?:(?:current|transparent) for -webkit-text-fill-color:transparent (619f62a)

Performance Improvements

  • built in (transparent|current) sensing to reduce color-related matching logic (9973181)
  • built in mapping of current to currentColor to reduce color-related default value declarations (5d1ab1f)
css - v2.0.0-alpha.2

Published by 1aron about 2 years ago

2.0.0-alpha.2 (2022-09-25)

Features

  • add text:color shorthand for text-fill-color (b6ccd81)
css - v2.0.0-alpha.1

Published by 1aron about 2 years ago

2.0.0-alpha.1 (2022-09-25)

Features

  • color: add (fg|foreground):color shorthand for color: (a17aa82)

BREAKING CHANGES

  • color: rename FontColor to Color and remove (font|f):color syntax
css - v1.37.2

Published by 1aron about 2 years ago

1.37.2 (2022-09-22)

Bug Fixes

  • .sr-only screen reader util (64e3a33)
css - v1.37.1

Published by 1aron about 2 years ago

1.37.1 (2022-09-21)

Bug Fixes

css - v1.37.0

Published by 1aron about 2 years ago

1.37.0 (2022-09-12)

Features

  • add writing: shorthand for writing-mode: (68eee9d)