Ryboe CSS3 Versions Save

The most complete CSS support for Sublime Text

v2.1.43

9 months ago

v2.1.42

9 months ago

v2.1.41

1 year ago

Basic support for Cascade Layers @layer

v2.1.40

2 years ago
  • fix bug in scrollbar-color completions

v2.1.39

2 years ago
  • support scrollbar styling properties
  • better highlighting for @supports

v2.1.38

2 years ago
  • improve @supports highlighting for @nest
  • add scrollbar-color and scrollbar-width properties

v2.1.37

2 years ago
  • improve @supports highlighting
  • add support for paint() func
  • minor updates for changes to CSS Transforms Level 2

v2.1.36

2 years ago
  • Fix typo in completion: border-leftradius -> border-left-radius

v2.1.35

3 years ago
  • add @property syntax highlighting
  • add the touch-action property
  • add border-block-start/end and border-inline-start/end properties
  • rescope property names as support.type.property-name.css to match the default CSS plugin

Once again, a very big thank you to @argyleink for all of these contributions! 👏

v2.1.34

3 years ago
  • Fix syntax error caused by stray quote in functions.py. Thanks @joreiff for identifying the problem!