Skip to content

Commit f7be331

Browse files
committed
Update style sheet Haml comments
1 parent 428b8d5 commit f7be331

23 files changed

Lines changed: 53 additions & 40 deletions

client/stylesheets/components/_bucket.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Template (Haml)
99
// -------------------------------------
1010
//
11-
// .bucket[flag]
11+
// .bucket[flag l]
1212
//
1313
// .bucket-media
1414
// / ...

client/stylesheets/components/_button.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// .has-btn
1212
//
13-
// .btn[a|b s|l block bordered|rounded success]
13+
// .btn[...]
1414
//
1515
// *************************************
1616

client/stylesheets/components/_cell.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Template (Haml)
88
// -------------------------------------
99
//
10-
// .cell[s]
10+
// .cell[s|m]
1111
// / ...
1212
//
1313
// *************************************

client/stylesheets/components/_form.sass

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
// %fieldset.form-field[inline]
1313
// .form-instruction
1414
// %label.form-label
15-
// %input.form-input[dark]
15+
// %input.form-input[dark](invalid)
1616
// %textarea.form-textarea
17+
// .form-btn
1718
//
1819
// *************************************
1920

client/stylesheets/components/_grid.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Template (Haml)
1010
// -------------------------------------
1111
//
12-
// .g
12+
// .g[xs|s]
1313
//
1414
// .g-b[center 1of2|...]
1515
// / ...

client/stylesheets/components/_list.sass

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
// Template (Haml)
99
// -------------------------------------
1010
//
11-
// %ul.list[divided inline|object styled|styled--numbered]
11+
// %ul.list[[f|s|l] divided[f|s|l] inline[divided|dotted]|object styled|styled--numbered]
1212
// %li.list-item List Item
13+
// .list-item-header
1314
// %li.list-item List Item
1415
//
1516
// *************************************

client/stylesheets/components/_pillar.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Template (Haml)
88
// -------------------------------------
99
//
10-
// .pillar
10+
// .pillar[thin|thick l]
1111
// / ...
1212
//
1313
// *************************************

client/stylesheets/components/_sector.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
// .has-sector
1111
//
1212
// .sector[a|b]
13+
// .sector-content
14+
//
1315
// .sector[a|b]
16+
// .sector-content
1417
//
1518
// *************************************
1619

client/stylesheets/components/_well.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Template (Haml)
88
// -------------------------------------
99
//
10-
// .well[l|xs]
10+
// .well[s|l|m|xl]
1111
// / ...
1212
//
1313
// *************************************

client/stylesheets/structures/_alert.sass

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
// Template (Haml)
88
// -------------------------------------
99
//
10-
// .alert[error|success|warning]
10+
// .has-alert
11+
//
12+
// .alert[error|success|warning](dismissed)
1113
//
1214
// .alert-msg
1315
//

0 commit comments

Comments
 (0)