Skip to content

Commit

Permalink
typeo and add readme for button
Browse files Browse the repository at this point in the history
  • Loading branch information
johnCision committed Jan 10, 2022
1 parent 633bf5d commit ddb34e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions dist/css/button/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Button

The core CSS Button is broken down into several subsets in order to allow using to include / exclude specific css.

(index can be used to consume all)

- `button.css`: core functional / structural components of the layout
- `kind-*.css`: extended functionality based on button 'styles'
- `compact.css` / `animation.css`: extension to add animations and other non-core features
- `theme-base.css`: core bindings for `theme` specific code (using `var(--theme-XYZ)` abstraction)


File renamed without changes.
2 changes: 1 addition & 1 deletion dist/css/button/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("./annimation.css");
@import url("./animation.css");
@import url("./button.css");
@import url("./compact.css");
@import url("./kind-clear.css");
Expand Down

0 comments on commit ddb34e1

Please sign in to comment.