88 < meta name ="description " content ="A flexible CSS Framework for building modern responsive web apps ">
99 < meta name ="keywords " content ="css,sass,flexbox,responsive,front-end,mobile-friendly,framework,web ">
1010 < link rel ="shortcut icon " href ="https://moyus.github.io/pointcss/images/favicon.ico " />
11- < link rel ="stylesheet " href ="https://moyus.github.io/pointcss/css/point.css?v=200alpha6 ">
12- < link rel ="stylesheet " href ="https://moyus.github.io/pointcss/css/style.css?v=200alpha6 ">
13- < link rel ="stylesheet " href ="https://moyus.github.io/pointcss/css/prism.css?v=200alpha6 ">
11+ < link rel ="stylesheet " href ="https://moyus.github.io/pointcss/css/point.css?v=200alpha7 ">
12+ < link rel ="stylesheet " href ="https://moyus.github.io/pointcss/css/style.css?v=200alpha7 ">
13+ < link rel ="stylesheet " href ="https://moyus.github.io/pointcss/css/prism.css?v=200alpha7 ">
1414</ head >
1515< body >
1616 < div id ="docs " class ="site ">
2424 < div class ="navbar__end ">
2525 < div class ="navbar__item hidden-until@lg ">
2626 < div class ="site__metadata ">
27- < span > v2.0.0-alpha.6 </ span >
27+ < span > v2.0.0-alpha.7 </ span >
2828 < a href ="https://github.com/moyus/pointcss " title ="Github " target ="_blank ">
2929 < svg xmlns ="http://www.w3.org/2000/svg " width ="20 " height ="20 " viewBox ="0 0 20 20 ">
3030 < path d ="M10 0a10 10 0 0 0-3.16 19.49c.5.1.68-.22.68-.48l-.01-1.7c-2.78.6-3.37-1.34-3.37-1.34-.46-1.16-1.11-1.47-1.11-1.47-.9-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.9 1.52 2.34 1.08 2.91.83.1-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.94 0-1.1.39-1.99 1.03-2.69a3.6 3.6 0 0 1 .1-2.64s.84-.27 2.75 1.02a9.58 9.58 0 0 1 5 0c1.91-1.3 2.75-1.02 2.75-1.02.55 1.37.2 2.4.1 2.64.64.7 1.03 1.6 1.03 2.69 0 3.84-2.34 4.68-4.57 4.93.36.31.68.92.68 1.85l-.01 2.75c0 .26.18.58.69.48A10 10 0 0 0 10 0 " fill ="currentColor "> </ path >
@@ -131,7 +131,6 @@ <h2 id="variants">
131131 < button class ="btn btn--success "> Success</ button >
132132 < button class ="btn btn--danger "> Danger</ button >
133133 < button class ="btn btn--warning "> Warning</ button >
134- < button class ="btn btn--black "> Black</ button >
135134 < button class ="btn btn--dark "> Dark</ button >
136135 < button class ="btn btn--white "> White</ button >
137136</ div >
@@ -141,7 +140,6 @@ <h2 id="variants">
141140<button class="btn btn--success">Success</button>
142141<button class="btn btn--danger">Danger</button>
143142<button class="btn btn--warning">Warning</button>
144- <button class="btn btn--black">Black</button>
145143<button class="btn btn--dark">Dark</button>
146144<button class="btn btn--white">White</button></ code > </ pre >
147145< h5 id ="outline "> Outline</ h5 > < p > By adding the < code > .btn--outline</ code > modifier class on any predefined button element to remove background color</ p >
@@ -151,7 +149,6 @@ <h5 id="outline">Outline</h5><p>By adding the <code>.btn--outline</code> modifie
151149 < button class ="btn btn--outline btn--success "> Success</ button >
152150 < button class ="btn btn--outline btn--danger "> Danger</ button >
153151 < button class ="btn btn--outline btn--warning "> Warning</ button >
154- < button class ="btn btn--outline btn--black "> Black</ button >
155152 < button class ="btn btn--outline btn--dark "> Dark</ button >
156153 < button class ="btn btn--outline btn--white "> White</ button >
157154</ div >
@@ -161,7 +158,6 @@ <h5 id="outline">Outline</h5><p>By adding the <code>.btn--outline</code> modifie
161158<button class="btn btn--outline btn--success">Success</button>
162159<button class="btn btn--outline btn--danger">Danger</button>
163160<button class="btn btn--outline btn--warning">Warning</button>
164- <button class="btn btn--outline btn--black">Black</button>
165161<button class="btn btn--outline btn--dark">Dark</button>
166162<button class="btn btn--outline btn--white">White</button></ code > </ pre >
167163< h2 id ="state ">
0 commit comments