KSS Style Guide

1 #Border Border

Classes for setting the border an element.

Source: dist/full/full.css, line 44

1.1 #Border - Radius Border Radius

Classes for setting the border radius of an element.

Source: dist/full/full.css, line 497
Examples
Default styling
A div
.bra-c
Sets border radius for all corners to 50%
A div
.brt-c
Sets border radius for top corners to 50%
A div
.brr-c
Sets border radius for right corners to 50%
A div
.brb-c
Sets border radius for bottom corners to 50%
A div
.brl-c
Sets border radius for left corners to 50%
A div
.brtl-c
Sets border radius for top left corner to 50%
A div
.brtr-c
Sets border radius for top right corner to 50%
A div
.brbr-c
Sets border radius for bottom right corner to 50%
A div
.brbl-c
Sets border radius for bottom left corners to 50%
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 504
Examples
Default styling
A div
.bra-0
Sets border radius for all corners to 0
A div
.brt-0
Sets border radius for top corners to 0
A div
.brr-0
Sets border radius for right corners to 0
A div
.brb-0
Sets border radius for bottom corners to 0
A div
.brl-0
Sets border radius for left corners to 0
A div
.brtl-0
Sets border radius for top left corner to 0
A div
.brtr-0
Sets border radius for top right corner to 0
A div
.brbr-0
Sets border radius for bottom right corner to 0
A div
.brbl-0
Sets border radius for bottom left corners to 0
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 552
Examples
Default styling
A div
.bra-1
Sets border radius for all corners to 1
A div
.brt-1
Sets border radius for top corners to 1
A div
.brr-1
Sets border radius for right corners to 1
A div
.brb-1
Sets border radius for bottom corners to 1
A div
.brl-1
Sets border radius for left corners to 1
A div
.brtl-1
Sets border radius for top left corner to 1
A div
.brtr-1
Sets border radius for top right corner to 1
A div
.brbr-1
Sets border radius for bottom right corner to 1
A div
.brbl-1
Sets border radius for bottom left corners to 1
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 600
Examples
Default styling
A div
.bra-2
Sets border radius for all corners to 2
A div
.brt-2
Sets border radius for top corners to 2
A div
.brr-2
Sets border radius for right corners to 2
A div
.brb-2
Sets border radius for bottom corners to 2
A div
.brl-2
Sets border radius for left corners to 2
A div
.brtl-2
Sets border radius for top left corner to 2
A div
.brtr-2
Sets border radius for top right corner to 2
A div
.brbr-2
Sets border radius for bottom right corner to 2
A div
.brbl-2
Sets border radius for bottom left corners to 2
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 648
Examples
Default styling
A div
.bra-3
Sets border radius for all corners to 3
A div
.brt-3
Sets border radius for top corners to 3
A div
.brr-3
Sets border radius for right corners to 3
A div
.brb-3
Sets border radius for bottom corners to 3
A div
.brl-3
Sets border radius for left corners to 3
A div
.brtl-3
Sets border radius for top left corner to 3
A div
.brtr-3
Sets border radius for top right corner to 3
A div
.brbr-3
Sets border radius for bottom right corner to 3
A div
.brbl-3
Sets border radius for bottom left corners to 3
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 696

1.2 #Border - Style Border Style

Classes for setting the border style of an element.

Source: dist/full/full.css, line 426
Examples
Default styling
A div
.ct-base
Sets color, background, and border-color
A div
.cf-base
Sets color to var(--cf-base)
A div
.cb-base
Sets background to var(--cb-base)
A div
.ce-base
Sets border-color to var(--ce-base)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 820
Examples
Default styling
A div
.bs-dashed
Sets border-style to dashed
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 465
Examples
Default styling
A div
.ct-disabled
Sets color, background, and border-color
A div
.cf-disabled
Sets color to var(--cf-disabled)
A div
.cb-disabled
Sets background to var(--cb-disabled)
A div
.ce-disabled
Sets border-color to var(--ce-disabled)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 1093
Examples
Default styling
A div
.ct-disabled-on-disabled
Sets color, background, and border-color on disabled
A div
.cf-disabled-on-disabled
Sets color to var(--cf-disabled) on disabled
A div
.cb-disabled-on-disabled
Sets background to var(--cb-disabled) on disabled
A div
.ce-disabled-on-disabled
Sets border-color to var(--ce-disabled) on disabled
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 1114
Examples
Default styling
A div
.bs-dotted
Sets border-style to dotted
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 449
Examples
Default styling
A div
.ct-error
Sets color, background, and border-color
A div
.cf-error
Sets color to var(--cf-error)
A div
.cb-error
Sets background to var(--cb-error)
A div
.ce-error
Sets border-color to var(--ce-error)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 1051
Examples
Default styling
A div
.ct-error-on-invalid
Sets color, background, and border-color on invalid
A div
.cf-error-on-invalid
Sets color to var(--cf-error) on invalid
A div
.cb-error-on-invalid
Sets background to var(--cb-error) on invalid
A div
.ce-error-on-invalid
Sets border-color to var(--ce-error) on invalid
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 1072
Examples
Default styling
A div
.ct-focus
Sets color, background, and border-color
A div
.cf-focus
Sets color to var(--cf-focus)
A div
.cb-focus
Sets background to var(--cb-focus)
A div
.ce-focus
Sets border-color to var(--ce-focus)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 946
Examples
Default styling
A div
.ct-focus-on-focus
Sets color, background, and border-color on focus
A div
.cf-focus-on-focus
Sets color to var(--cf-focus) on focus
A div
.cb-focus-on-focus
Sets background to var(--cb-focus) on focus
A div
.ce-focus-on-focus
Sets border-color to var(--ce-focus) on focus
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 967
Examples
Default styling
A div
.ct-focus-on-focus-within
Sets color, background, and border-color on focus-within
A div
.cf-focus-on-focus-within
Sets color to var(--cf-focus) on focus-within
A div
.cb-focus-on-focus-within
Sets background to var(--cb-focus) on focus-within
A div
.ce-focus-on-focus-within
Sets border-color to var(--ce-focus) on focus-within
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 988
Examples
Default styling
A div
.bs-none
Sets border-style to none
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 433
Examples
Default styling
A div
.ct-primary
Sets color, background, and border-color
A div
.cf-primary
Sets color to var(--cf-primary)
A div
.cb-primary
Sets background to var(--cb-primary)
A div
.ce-primary
Sets border-color to var(--ce-primary)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 841
Examples
Default styling
A div
.ct-required
Sets color, background, and border-color
A div
.cf-required
Sets color to var(--cf-required)
A div
.cb-required
Sets background to var(--cb-required)
A div
.ce-required
Sets border-color to var(--ce-required)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 1009
Examples
Default styling
A div
.ct-required-on-required
Sets color, background, and border-color on required
A div
.cf-required-on-required
Sets color to var(--cf-required) on required
A div
.cb-required-on-required
Sets background to var(--cb-required) on required
A div
.ce-required-on-required
Sets border-color to var(--ce-required) on required
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 1030
Examples
Default styling
A div
.ct-secondary
Sets color, background, and border-color
A div
.cf-secondary
Sets color to var(--cf-secondary)
A div
.cb-secondary
Sets background to var(--cb-secondary)
A div
.ce-secondary
Sets border-color to var(--ce-secondary)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 862
Examples
Default styling
A div
.bs-solid
Sets border-style to solid
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 481
Examples
Default styling
A div
.ct-visited
Sets color, background, and border-color
A div
.cf-visited
Sets color to var(--cf-visited)
A div
.cb-visited
Sets background to var(--cb-visited)
A div
.ce-visited
Sets border-color to var(--ce-visited)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 904
Examples
Default styling
A div
.ct-visited-on-visited
Sets color, background, and border-color on visited
A div
.cf-visited-on-visited
Sets color to var(--cf-visited) on visited
A div
.cb-visited-on-visited
Sets background to var(--cb-visited) on visited
A div
.ce-visited-on-visited
Sets border-color to var(--ce-visited) on visited
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 925

1.3 #Border - Width Border Width

Classes for setting the border width of an element.

Source: dist/full/full.css, line 51
Examples
Default styling
A div
.bwa-0
Sets all borders to 0
A div
.bwx-0
Sets left and right borders to 0
A div
.bwy-0
Sets top and bottom borders to 0
A div
.bwt-0
Sets top border to 0
A div
.bwr-0
Sets right border to 0
A div
.bwb-0
Sets bottom border to 0
A div
.bwl-0
Sets left border to 0
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/full/full.css, line 58
Examples
Default styling
A div
.bwa-1
Sets all borders to 1
A div
.bwx-1
Sets left and right borders to 1
A div
.bwy-1
Sets top and bottom borders to 1
A div
.bwt-1
Sets top border to 1
A div
.bwr-1
Sets right border to 1
A div
.bwb-1
Sets bottom border to 1
A div
.bwl-1
Sets left border to 1
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/full/full.css, line 104
Examples
Default styling
A div
.bwa-2
Sets all borders to 2
A div
.bwx-2
Sets left and right borders to 2
A div
.bwy-2
Sets top and bottom borders to 2
A div
.bwt-2
Sets top border to 2
A div
.bwr-2
Sets right border to 2
A div
.bwb-2
Sets bottom border to 2
A div
.bwl-2
Sets left border to 2
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/full/full.css, line 150
Examples
Default styling
A div
.bwa-3
Sets all borders to 3
A div
.bwx-3
Sets left and right borders to 3
A div
.bwy-3
Sets top and bottom borders to 3
A div
.bwt-3
Sets top border to 3
A div
.bwr-3
Sets right border to 3
A div
.bwb-3
Sets bottom border to 3
A div
.bwl-3
Sets left border to 3
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/full/full.css, line 196
Examples
Default styling
A div
.bwa-4
Sets all borders to 4
A div
.bwx-4
Sets left and right borders to 4
A div
.bwy-4
Sets top and bottom borders to 4
A div
.bwt-4
Sets top border to 4
A div
.bwr-4
Sets right border to 4
A div
.bwb-4
Sets bottom border to 4
A div
.bwl-4
Sets left border to 4
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/full/full.css, line 242
Examples
Default styling
A div
.bwa-5
Sets all borders to 5
A div
.bwx-5
Sets left and right borders to 5
A div
.bwy-5
Sets top and bottom borders to 5
A div
.bwt-5
Sets top border to 5
A div
.bwr-5
Sets right border to 5
A div
.bwb-5
Sets bottom border to 5
A div
.bwl-5
Sets left border to 5
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/full/full.css, line 288
Examples
Default styling
A div
.bwa-6
Sets all borders to 6
A div
.bwx-6
Sets left and right borders to 6
A div
.bwy-6
Sets top and bottom borders to 6
A div
.bwt-6
Sets top border to 6
A div
.bwr-6
Sets right border to 6
A div
.bwb-6
Sets bottom border to 6
A div
.bwl-6
Sets left border to 6
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/full/full.css, line 334
Examples
Default styling
A div
.bwa-7
Sets all borders to 7
A div
.bwx-7
Sets left and right borders to 7
A div
.bwy-7
Sets top and bottom borders to 7
A div
.bwt-7
Sets top border to 7
A div
.bwr-7
Sets right border to 7
A div
.bwb-7
Sets bottom border to 7
A div
.bwl-7
Sets left border to 7
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/full/full.css, line 380