| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Moves CompileTheme from the theme-compiler to buildhelpers
* Refactors CompileTheme to get the Vaadin version on the command line
instead of using the Version class found in vaadin-shared
* Refactors build scripts to pass the version number on the command line
when running CompileTheme
* Removes the theme-compiler module/project/whatchamacallit
* Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0
from maven
Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
|
|
|
|
| |
Change-Id: Iac66afbcc2e0e1bdeb417bfe8292f57e4d2287df
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
Change-Id: I9e169d9c04998f9e7dc05953d51cd76348dd810c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Parser now accepts the following (note missing semicolon after last
@extend-directive):
xyzzy {
@extend foo ;
@extend bar
}
As a consequence, moved 31 sasslang-cases from broken to fixed. Moved
two tests from fixed to broken (34, 95, previously passed accidentally)
Change-Id: I8968074abd79dec71be762ed926cc6f37fbcaa99
|
| |
| |
| |
| | |
Change-Id: Ic83330cbea688be1c30aa89cad9524016617be8d
|
| |
| |
| |
| | |
Change-Id: Ic503021884fd52b650f29df221cef3e69e8ef570
|
|\|
| |
| |
| |
| |
| | |
master
Change-Id: I163cb7f15a35bc44d9840afa3f35d059e7bf42ee
|
| |
| |
| |
| | |
Change-Id: I184418667c1de63cbdbc26d75f2268415a8f06f9
|
|/
|
|
|
|
|
|
|
|
| |
Downloaded W3C conformance tests for CSS 2.1 and CSS 3 (selectors),
extracted all CSS (style tags, inline styles, and linked stylesheets),
Since each CSS is valid SCSS, the parser should accept them. Since these
are browser tests, some include CSS fragments which are intentionally
malformed. These are excluded via explicit exclusion lists.
Change-Id: Ib3347e1c559908f3bdd12817e55985e85f0009a2
|
|
|
|
|
|
| |
This change also relaxes whitespace checking in SCSS tests slightly.
Change-Id: I2ad5087e7d77ddd0473df47d202c6dd3e228181f
|
|
|
|
| |
Change-Id: I5e409856601aa514965319453c11946028b08dda
|
|
|
|
| |
Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261
|
|
|
|
| |
Change-Id: I8826539b5f51db29c46159f7f0d751d3fdf7eff2
|
|
Currently broken tests are separated from those that succeed.
Change-Id: Iefb8a44464b62d332277fc15c678e160277b49ee
|