summaryrefslogtreecommitdiff
path: root/scss
Commit message (Expand)AuthorAgeFilesLines
* fix error: global flags not at the start of the expression at position 1tst2022-11-031-1/+1
* Bump version to 1.4.0Ivan Kolodyazhny2022-02-231-3/+3
* Merge pull request #412 from return42/masterIvan Kolodyazhny2022-02-231-2/+2
|\
| * fix IE's rules limit - log as warningMarkus Heiser2020-09-091-2/+2
* | Merge pull request #416 from amotoki/fix-getargspec-warningIvan Kolodyazhny2022-02-231-3/+10
|\ \
| * | Fix DeprecationWarning on inspect.getargspec in python3Akihiro Motoki2021-02-181-3/+10
| |/
* | Merge pull request #417 from amotoki/warning-PY_SSIZE_T_CLEANIvan Kolodyazhny2022-02-233-14/+20
|\ \
| * | Fix DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formatsAkihiro Motoki2021-03-083-14/+20
| |/
* | Fix collections deprecation warningChris Sewell2020-09-031-1/+4
|/
* Merge pull request #399 from e0ne/selector-append-funcIvan Kolodyazhny2020-09-031-0/+2
|\
| * Add selector-append function supportIvan Kolodyazhny2020-04-141-0/+2
* | Merge pull request #403 from Azd325/masterIvan Kolodyazhny2020-09-031-1/+1
|\ \
| * | Fix FutureWarningTim Kleinschmidt2020-07-161-1/+1
| |/
* | Added end-of-file newline.matyasrichter2020-07-201-1/+1
* | Fixed an issue where in a gradient where the only non-percetage stop value wo...matyasrichter2020-07-203-1/+10
|/
* Fixed compile error with msvc see #396js2020-03-271-1/+1
* Bump version to 1.3.7Ivan Kolodyazhny2020-03-261-3/+3
* Bump version to 1.3.6Ivan Kolodyazhny2020-03-211-2/+2
* Revert "Let the speedup block locator complain about surplus closing"Ivan Kolodyazhny2020-03-211-6/+0
* Fix unused variableGermán Méndez Bravo2018-08-231-3/+3
* Fix guarded statementGermán Méndez Bravo2018-08-231-1/+2
* Let the speedup block locator complain about surplus closing braces.Martin Natano2016-09-291-0/+6
* Add support for CSS shape functionsKevin Bieri2016-08-031-0/+4
* Bump version to 1.3.5v1.3.51.3.xEevee (Lexy Munroe)2016-06-081-2/+2
* Merge pull request #343 from PhilipGarnero/allow-dots-in-filenamesEevee2016-06-0819-5/+43
|\
| * better check on file path to allow dots in filenamesPhilip Garnero2015-07-0319-5/+43
* | Merge pull request #332 from dexbol/narrow-buildEevee2016-06-081-1/+5
|\ \
| * | Workaround for narrow Python builddexbol2015-03-231-1/+5
* | | Avoid precision loss when converting between units. Fixes #330Eevee (Lexy Munroe)2016-06-084-10/+36
* | | if()'s arguments are evaluated lazily. Fixes #339Eevee (Lexy Munroe)2016-06-086-31/+76
* | | Leave invert(N) alone; it's a CSS filter. Fixes #331Eevee (Lexy Munroe)2016-06-082-0/+11
* | | Support trailing combinators in selectors. Fixes #351Eevee (Lexy Munroe)2016-06-083-5/+48
* | | Support -moz-calc and -webkit-calc, too. Fixes #348Eevee (Lexy Munroe)2016-06-084-4/+8
* | | "opacity" in IE filter nonsense should be case-insensitive, re #341Eevee (Lexy Munroe)2016-06-082-6/+6
* | | Strip scalar null properties from output. Fixes #337Eevee (Lexy Munroe)2016-06-081-0/+2
* | | append() should default to spaces. Fixes #335Eevee (Lexy Munroe)2016-06-083-22/+31
* | | Compass should treat currentColor as a color. Fixes #354Eevee (Lexy Munroe)2016-06-083-3/+15
* | | Add the Sass 3.4 *-exists functions. Fixes #226, #229, #353Eevee (Lexy Munroe)2016-06-086-13/+116
* | | Avoid stripping inline comments that are part of URLs. Fixes #350Eevee (Lexy Munroe)2016-06-084-1/+15
* | | Fix fonts extension under Python 3, and fix expected outputEevee (Lexy Munroe)2016-06-082-7/+7
* | | Put @imported rules in the place they were imported. Fixes #352Eevee (Lexy Munroe)2016-06-083-74/+24
* | | Fixes length calculation for str_slice edge casesWilliam Anderson2015-08-041-2/+2
* | | Adds test for str_slice edge casesWilliam Anderson2015-08-041-0/+3
* | | Increases parity of str-slice with Sass str-sliceWilliam Anderson2015-08-041-2/+6
* | | Added source_files to legacy compilerGerman M. Bravo2015-07-191-1/+7
* | | Improved deprecation warning messagesGerman M. Bravo2015-07-171-2/+2
| |/ |/|
* | Added less2scss commandGerman M. Bravo2015-04-101-0/+106
|/
* Don't truncate alpha in rgba(...) to two places. Fixes #329.Eevee (Alex Munroe)2015-02-231-1/+1
* commentEevee (Alex Munroe)2015-01-221-0/+7
* Fix (by ignoring) bare properties in @variables.Eevee (Alex Munroe)2015-01-161-3/+1