@@ -144,12 +144,12 @@ export function main() {
|
||||
|
||||
it('should handle /deep/', () => {
|
||||
var css = s('x /deep/ y {}', 'a');
|
||||
expect(css).toEqual('x[a] y[a] {}');
|
||||
expect(css).toEqual('x[a] y {}');
|
||||
});
|
||||
|
||||
it('should handle >>>', () => {
|
||||
var css = s('x >>> y {}', 'a');
|
||||
expect(css).toEqual('x[a] y[a] {}');
|
||||
expect(css).toEqual('x[a] y {}');
|
||||
});
|
||||
|
||||
it('should pass through @import directives', () => {
|
||||
|
||||
Reference in New Issue
Block a user