File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { assertStringIncludes } from "jsr:@std/assert" ;
22
33import postcss from "http://localhost:8080/postcss@8.4.16" ;
4- import autoprefixer from "http://localhost:8080/autoprefixer@10.4.12?deps=postcss@8.4.16" ;
4+ import autoprefixer from "http://localhost:8080/autoprefixer@10.4.12?deps=postcss@8.4.16,caniuse-lite@1.0.30001407 " ;
55import tailwindCSS from "http://localhost:8080/tailwindcss@3.3.5?deps=postcss@8.4.16" ;
66
77Deno . test ( "postcss(autoprefixer)" , async ( ) => {
@@ -11,6 +11,7 @@ Deno.test("postcss(autoprefixer)", async () => {
1111 ` ) . async ( ) ;
1212 assertStringIncludes ( css , "-webkit-backdrop-filter: blur(5px);" ) ;
1313 assertStringIncludes ( css , "-webkit-user-select: none;" ) ;
14+ assertStringIncludes ( css , "-moz-user-select: none;" ) ;
1415} ) ;
1516
1617Deno . test ( "postcss(tailwindCSS)" , async ( ) => {
You can’t perform that action at this time.
0 commit comments