Skip to content

Releases: ryboe/CSS3

v2.1.7

30 Jul 21:05
Compare
Choose a tag to compare

Update for changes to the following specs:

  • Motion Path Level 1
  • Fonts Level 4

v2.1.6

04 Jul 20:12
Compare
Choose a tag to compare
  • Don't offer completions unless the scope of the first cursor is source.css
    • This should fix #80.

v2.1.5

24 Jun 18:50
Compare
Choose a tag to compare

v2.1.4

26 May 16:43
Compare
Choose a tag to compare
  • Fix broken scope in the padding property

v2.1.3

22 May 00:10
Compare
Choose a tag to compare

Update for changes to the following specs:

  • Grid Layout Level 1
  • Box Alignment Level 3
  • Logical Properties and Values Level 1
  • Media Queries Level 4

v2.1.2

18 Mar 19:39
Compare
Choose a tag to compare

Update for changes to the following specs:

  • CSS Box Alignment Module Level 3
  • CSS Timing Functions Level 1
  • CSS Containment Module Level 1
  • CSS Rhythmic Sizing

Remove completions for vendor-prefixed properties

06 Mar 04:42
Compare
Choose a tag to compare

To remove some noise from the tab completions menu, I've removed all completions with vendor prefixes. You won't see properties like these in the completions menu anymore.

-ms-user-select
-moz-appearance
-webkit-appearance

The syntax highlighter will still highlight them just fine, however.

In a modern workflow, you shouldn't bother with writing vendor-prefixed properties by hand. You should let Autoprefixer do that for you. You are encouraged to use Autoprefixer to automatically fill in vendor-prefixed properties, selectors, etc.

Here's how to install it:

Linux / Windows ctrl+shift+p > Package Control: Install Package > Autoprefixer
Mac cmd+shift+p > Package Control: Install Package > Autoprefixer

PostCSS-cssnext

03 Dec 20:34
Compare
Choose a tag to compare

The highlighter fully supports PostCSS-cssnext, include features like nesting and custom selectors.

For details, check out cssnext.io.

Thank you to @ihodev and @nirfse for helping test this update!

Scroll Snap Module

07 Nov 02:25
Compare
Choose a tag to compare

v2.0.2

01 Oct 21:03
Compare
Choose a tag to compare