- Oct 22, 2016
-
-
Marijn Haverbeke authored
Closes #4340
-
- Oct 18, 2016
-
-
Marijn Haverbeke authored
Closes #4325
-
Marijn Haverbeke authored
Closes #4325
-
- May 17, 2016
-
-
Manuel Rego Casasnovas authored
Add gutters properties (grid-gap, grid-column-gap and grid-row-gap): https://www.w3.org/TR/css-grid-1/#gutters Take advantage to add some missing keywors: * grid and inline-grid: https://www.w3.org/TR/css-grid-1/#grid-containers * dense: https://www.w3.org/TR/css-grid-1/#grid-auto-flow-property It's been a while since the list of properties has been updated: https://drafts.csswg.org/css-grid/#property-index
-
- Dec 28, 2015
-
-
Amin Ullah Khan authored
-
- Dec 12, 2015
-
-
Marijn Haverbeke authored
-
- Nov 05, 2015
-
-
Joseph Pecoraro authored
Issue #3625
-
- Oct 15, 2015
-
-
Marijn Haverbeke authored
Closes #3585
-
- Aug 27, 2015
-
-
David Barnett authored
-
Marijn Haverbeke authored
Closes #3475
-
- Aug 24, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
David Barnett authored
Closes #3470
-
- Aug 12, 2015
-
-
Rrandom authored
-
- Aug 07, 2015
-
-
Rrandom authored
-
Joseph Pecoraro authored
Closes #3417
-
- Jul 31, 2015
-
-
Anders Wåglund authored
-
- Jun 26, 2015
-
-
Marijn Haverbeke authored
Closes #3336
-
- May 11, 2015
-
-
Marijn Haverbeke authored
Issue #3253
-
- May 08, 2015
-
-
Marijn Haverbeke authored
Closes #3244
-
- Mar 31, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #3164
-
Marcel Gerber authored
-
- Mar 18, 2015
-
-
Marcel Gerber authored
-
Marcel Gerber authored
-
- Feb 17, 2015
-
-
KwanEsq authored
[attr, calc, counter, counters, linear-gradient, matrix, matrix3d, perspective, radial-gradient, repeating-linear-gradient, repeating-radial-gradient, rotate, rotate3d, rotateX, rotateY, rotateZ, scale, scale3d, scaleX, scaleY, scaleZ, skew, skewX, skewY, symbols, translate, translate3d, translateX, translateY, translateZ, var]
-
Marijn Haverbeke authored
And don't call delete on the state object. Issue #3084
-
KwanEsq authored
Add support for @counter-style blocks by making them and @font-face blocks match a new "restricted_atBlock" state based on "font_face"
-
KwanEsq authored
-
KwanEsq authored
-
- Feb 03, 2015
-
-
Marijn Haverbeke authored
-
KwanEsq authored
-
KwanEsq authored
Teach it about @document in a more general way than my first attempt, and also do @supports the same, by treating both them and @media as atBlocks with shared word parsing
-
- Feb 02, 2015
-
-
Marijn Haverbeke authored
Issue #3066
-
KwanEsq authored
Add support for the @supports rule
-
Marijn Haverbeke authored
Issue #3064
-
KwanEsq authored
-
- Jan 17, 2015
-
-
Marcel Gerber authored
-
- Dec 10, 2014
-
-
Marijn Haverbeke authored
Completing inside a word used to try and take the whole word into account. This is not typical completion behavior, and often not what you want. After this change, the addons only take the part of the word in front of the cursor into account.
-
- Nov 11, 2014
-
-
Marijn Haverbeke authored
Issue #2922
-