Skip to content

Commit

Permalink
feat: Component updates (#171)
Browse files Browse the repository at this point in the history
* Updated SCSS Files

Added variables to components
Cleaned up unused SCSS files

* Updates to docs

* Compiled new CSS

* Misc updates
  • Loading branch information
chasturansky authored Apr 13, 2021
1 parent 8d90612 commit 92036d1
Show file tree
Hide file tree
Showing 60 changed files with 11,803 additions and 8,302 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import '../css/denali.css';
import '../css/denali-dark-theme.css';
import '../.storybook/fonts/denali-icon-font.css';
import '../.storybook/style.css';

export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
docs: { page: null },
html: {
prettier: {
tabWidth: 4,
Expand All @@ -15,7 +15,7 @@ export const parameters = {
options: {
storySort: {
method: 'alphabetical',
order: ['Get Started', ['Installation', 'Theme'], 'Aesthics', 'Layouts', ['Breakpoints', 'Containers', 'Rows', 'Columns'], 'Components', 'Helpers'],
order: ['Get Started', ['Installation', 'Theme', 'Variables'], 'Layouts', ['Breakpoints', 'Containers', 'Rows', 'Columns'], 'Components', 'Helpers'],
},
},
};
Expand Down
Loading

0 comments on commit 92036d1

Please sign in to comment.