File tree Expand file tree Collapse file tree 5 files changed +237
-5
lines changed
Expand file tree Collapse file tree 5 files changed +237
-5
lines changed Original file line number Diff line number Diff line change @@ -300,82 +300,162 @@ video {
300300 border : 1px solid;
301301}
302302
303+ .border-width-0 {
304+ border-width : 0px ;
305+ }
306+
303307.border-t-0 {
304308 border-top-width : 0px ;
305309}
306310
311+ .border-width-0 {
312+ border-width : 0px ;
313+ }
314+
307315.border-r-0 {
308316 border-right-width : 0px ;
309317}
310318
319+ .border-width-0 {
320+ border-width : 0px ;
321+ }
322+
311323.border-b-0 {
312324 border-bottom-width : 0px ;
313325}
314326
327+ .border-width-0 {
328+ border-width : 0px ;
329+ }
330+
315331.border-l-0 {
316332 border-left-width : 0px ;
317333}
318334
335+ .border-width-1 {
336+ border-width : 1px ;
337+ }
338+
319339.border-t-1 {
320340 border-top-width : 1px ;
321341}
322342
343+ .border-width-1 {
344+ border-width : 1px ;
345+ }
346+
323347.border-r-1 {
324348 border-right-width : 1px ;
325349}
326350
351+ .border-width-1 {
352+ border-width : 1px ;
353+ }
354+
327355.border-b-1 {
328356 border-bottom-width : 1px ;
329357}
330358
359+ .border-width-1 {
360+ border-width : 1px ;
361+ }
362+
331363.border-l-1 {
332364 border-left-width : 1px ;
333365}
334366
367+ .border-width-2 {
368+ border-width : 2px ;
369+ }
370+
335371.border-t-2 {
336372 border-top-width : 2px ;
337373}
338374
375+ .border-width-2 {
376+ border-width : 2px ;
377+ }
378+
339379.border-r-2 {
340380 border-right-width : 2px ;
341381}
342382
383+ .border-width-2 {
384+ border-width : 2px ;
385+ }
386+
343387.border-b-2 {
344388 border-bottom-width : 2px ;
345389}
346390
391+ .border-width-2 {
392+ border-width : 2px ;
393+ }
394+
347395.border-l-2 {
348396 border-left-width : 2px ;
349397}
350398
399+ .border-width-4 {
400+ border-width : 4px ;
401+ }
402+
351403.border-t-4 {
352404 border-top-width : 4px ;
353405}
354406
407+ .border-width-4 {
408+ border-width : 4px ;
409+ }
410+
355411.border-r-4 {
356412 border-right-width : 4px ;
357413}
358414
415+ .border-width-4 {
416+ border-width : 4px ;
417+ }
418+
359419.border-b-4 {
360420 border-bottom-width : 4px ;
361421}
362422
423+ .border-width-4 {
424+ border-width : 4px ;
425+ }
426+
363427.border-l-4 {
364428 border-left-width : 4px ;
365429}
366430
431+ .border-width-8 {
432+ border-width : 8px ;
433+ }
434+
367435.border-t-8 {
368436 border-top-width : 8px ;
369437}
370438
439+ .border-width-8 {
440+ border-width : 8px ;
441+ }
442+
371443.border-r-8 {
372444 border-right-width : 8px ;
373445}
374446
447+ .border-width-8 {
448+ border-width : 8px ;
449+ }
450+
375451.border-b-8 {
376452 border-bottom-width : 8px ;
377453}
378454
455+ .border-width-8 {
456+ border-width : 8px ;
457+ }
458+
379459.border-l-8 {
380460 border-left-width : 8px ;
381461}
@@ -476,6 +556,26 @@ video {
476556 border-left-style : double;
477557}
478558
559+ .border-none {
560+ border-style : none;
561+ }
562+
563+ .border-t-none {
564+ border-top-style : none;
565+ }
566+
567+ .border-r-none {
568+ border-right-style : none;
569+ }
570+
571+ .border-b-none {
572+ border-bottom-style : none;
573+ }
574+
575+ .border-l-none {
576+ border-left-style : none;
577+ }
578+
479579.border-transparent {
480580 border-color : transparent;
481581}
Original file line number Diff line number Diff line change @@ -300,82 +300,162 @@ video {
300300 border : 1px solid;
301301}
302302
303+ .border-width-0 {
304+ border-width : 0px ;
305+ }
306+
303307.border-t-0 {
304308 border-top-width : 0px ;
305309}
306310
311+ .border-width-0 {
312+ border-width : 0px ;
313+ }
314+
307315.border-r-0 {
308316 border-right-width : 0px ;
309317}
310318
319+ .border-width-0 {
320+ border-width : 0px ;
321+ }
322+
311323.border-b-0 {
312324 border-bottom-width : 0px ;
313325}
314326
327+ .border-width-0 {
328+ border-width : 0px ;
329+ }
330+
315331.border-l-0 {
316332 border-left-width : 0px ;
317333}
318334
335+ .border-width-1 {
336+ border-width : 1px ;
337+ }
338+
319339.border-t-1 {
320340 border-top-width : 1px ;
321341}
322342
343+ .border-width-1 {
344+ border-width : 1px ;
345+ }
346+
323347.border-r-1 {
324348 border-right-width : 1px ;
325349}
326350
351+ .border-width-1 {
352+ border-width : 1px ;
353+ }
354+
327355.border-b-1 {
328356 border-bottom-width : 1px ;
329357}
330358
359+ .border-width-1 {
360+ border-width : 1px ;
361+ }
362+
331363.border-l-1 {
332364 border-left-width : 1px ;
333365}
334366
367+ .border-width-2 {
368+ border-width : 2px ;
369+ }
370+
335371.border-t-2 {
336372 border-top-width : 2px ;
337373}
338374
375+ .border-width-2 {
376+ border-width : 2px ;
377+ }
378+
339379.border-r-2 {
340380 border-right-width : 2px ;
341381}
342382
383+ .border-width-2 {
384+ border-width : 2px ;
385+ }
386+
343387.border-b-2 {
344388 border-bottom-width : 2px ;
345389}
346390
391+ .border-width-2 {
392+ border-width : 2px ;
393+ }
394+
347395.border-l-2 {
348396 border-left-width : 2px ;
349397}
350398
399+ .border-width-4 {
400+ border-width : 4px ;
401+ }
402+
351403.border-t-4 {
352404 border-top-width : 4px ;
353405}
354406
407+ .border-width-4 {
408+ border-width : 4px ;
409+ }
410+
355411.border-r-4 {
356412 border-right-width : 4px ;
357413}
358414
415+ .border-width-4 {
416+ border-width : 4px ;
417+ }
418+
359419.border-b-4 {
360420 border-bottom-width : 4px ;
361421}
362422
423+ .border-width-4 {
424+ border-width : 4px ;
425+ }
426+
363427.border-l-4 {
364428 border-left-width : 4px ;
365429}
366430
431+ .border-width-8 {
432+ border-width : 8px ;
433+ }
434+
367435.border-t-8 {
368436 border-top-width : 8px ;
369437}
370438
439+ .border-width-8 {
440+ border-width : 8px ;
441+ }
442+
371443.border-r-8 {
372444 border-right-width : 8px ;
373445}
374446
447+ .border-width-8 {
448+ border-width : 8px ;
449+ }
450+
375451.border-b-8 {
376452 border-bottom-width : 8px ;
377453}
378454
455+ .border-width-8 {
456+ border-width : 8px ;
457+ }
458+
379459.border-l-8 {
380460 border-left-width : 8px ;
381461}
@@ -476,6 +556,26 @@ video {
476556 border-left-style : double;
477557}
478558
559+ .border-none {
560+ border-style : none;
561+ }
562+
563+ .border-t-none {
564+ border-top-style : none;
565+ }
566+
567+ .border-r-none {
568+ border-right-style : none;
569+ }
570+
571+ .border-b-none {
572+ border-bottom-style : none;
573+ }
574+
575+ .border-l-none {
576+ border-left-style : none;
577+ }
578+
479579.border-transparent {
480580 border-color : transparent;
481581}
You can’t perform that action at this time.
0 commit comments