Shorter comments

This commit is contained in:
Cory LaViska
2017-07-26 15:59:03 -04:00
parent f120c78ef4
commit 46c7da53a4
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
/*! Shoelace alerts */
/*! Alerts */
.alert {
color: var(--alert-color);

View File

@@ -1,4 +1,4 @@
/*! Shoelace badges */
/*! Badges */
.badge {
font-size: var(--badge-font-size);

View File

@@ -1,4 +1,4 @@
/*! Shoelace buttons */
/*! Buttons */
button,
.button {

View File

@@ -1,4 +1,4 @@
/*! Shoelace content */
/*! Content */
/* Box sizing reset */
html {

View File

@@ -1,4 +1,4 @@
/*! Shoelace forms */
/*! Forms */
fieldset {
border: solid var(--fieldset-border-width) var(--fieldset-border-color);

View File

@@ -1,4 +1,4 @@
/*! Shoelace loaders */
/*! Loaders */
@keyframes loader {
0% { transform: rotate(0deg); }

View File

@@ -1,4 +1,4 @@
/*! Shoelace tables */
/*! Tables */
.table {
width: 100%;

View File

@@ -1,4 +1,4 @@
/*! Shoelace tabs */
/*! Tabs */
.tabs {
width: 100%;

View File

@@ -1,4 +1,4 @@
/*! Shoelace utilties */
/*! Utilties */
/***************************************************************************************************
* Float utilities

View File

@@ -1,4 +1,4 @@
/*! Shoelace variables */
/*! Variables */
:root {
/* Fonts */