diff --git a/client/README.md b/client/README.md index 84563e8666c..a73a76a222c 100644 --- a/client/README.md +++ b/client/README.md @@ -65,8 +65,8 @@ Changing Styles/CSS =================== The CSS and styling used by Galaxy is also controlled from this directory. -Galaxy uses LESS, a superset of CSS that compiles to CSS, for its styling. LESS -files are kept in client/galaxy/style/less. Compiled CSS is in +Galaxy uses Sass for its styling, a superset of CSS that compiles to CSS. Sass +files are kept in client/galaxy/style/scss. Compiled CSS is in static/style/blue. As mentioned above, 'make client' will also rebuild styles. If you *only* want diff --git a/client/galaxy/docs/README.md b/client/galaxy/docs/README.md new file mode 100644 index 00000000000..b57412ac27e --- /dev/null +++ b/client/galaxy/docs/README.md @@ -0,0 +1,5 @@ +The \*.md files in this directory are rendered as a style guide generated when +running ```yarn run styleguide```. + +For more details see [Vue +Styleguidist](https://github.com/vue-styleguidist/vue-styleguidist). diff --git a/client/galaxy/docs/bootstrap.md b/client/galaxy/docs/bootstrap.md index ec879739331..d62f23def6f 100644 --- a/client/galaxy/docs/bootstrap.md +++ b/client/galaxy/docs/bootstrap.md @@ -2,7 +2,7 @@ Regular buttons -``` +```vue
@@ -16,7 +16,7 @@ Regular buttons Disabled -``` +```vue
@@ -28,7 +28,7 @@ Disabled
``` -``` +```vue
@@ -39,7 +39,7 @@ Disabled
``` -``` +```vue
@@ -52,7 +52,7 @@ Disabled
``` -``` +```vue
@@ -65,7 +65,7 @@ Disabled
``` -``` +```vue
@@ -78,7 +78,7 @@ Disabled
``` -``` +```vue
@@ -92,7 +92,7 @@ Disabled
``` -``` +```vue
@@ -102,7 +102,7 @@ Disabled ## Alerts -``` +```vue

Warning!

@@ -110,21 +110,21 @@ Disabled
``` -``` +```vue
Oh snap! Change a few things up and try submitting again.
``` -``` +```vue
Well done! You successfully read this important alert message.
``` -``` +```vue
Heads up! This alert needs your attention, but it's not super important. @@ -133,7 +133,7 @@ Disabled ## Badges -``` +```vue
Primary Secondary @@ -144,7 +144,7 @@ Disabled
``` -``` +```vue