File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -2336,6 +2336,25 @@ module.exports = [
23362336 } ,
23372337 /**
23382338 ==================================================================
2339+ INSET
2340+ ==================================================================
2341+ */
2342+ {
2343+ type : 'pattern' ,
2344+ name : 'Inset' ,
2345+ matcher : 'In' ,
2346+ allowParamToValue : true ,
2347+ styles : {
2348+ inset : '$0' ,
2349+ } ,
2350+ arguments : [
2351+ {
2352+ a : 'auto' ,
2353+ } ,
2354+ ] ,
2355+ } ,
2356+ /**
2357+ ==================================================================
23392358 ISOLATE
23402359 ==================================================================
23412360 */
Original file line number Diff line number Diff line change @@ -6594,6 +6594,16 @@ exports[`Rules image-rendering 1`] = `
65946594"
65956595` ;
65966596
6597+ exports [` Rules inset 1` ] = `
6598+ ".In\\ (a\\ ) {
6599+ inset : auto ;
6600+ }
6601+ .In\\ (1px\\ ) {
6602+ inset : 1px ;
6603+ }
6604+ "
6605+ ` ;
6606+
65976607exports [` Rules isolation 1` ] = `
65986608".Iso\\ (a\\ ) {
65996609 isolation : auto ;
You can’t perform that action at this time.
0 commit comments