Oh, Hey!

Results 32 comments of Oh, Hey!

I'm not sure I fully understand what you're trying to do, but it sounds similar to the use case I just handled. I have a bunch of image thumbnails in...

I don't know what the criteria is for inclusion, but [here's a Drupal 7 module I created](https://www.drupal.org/sandbox/sdellis/2421047) that we are using in production. There are a couple outstanding issues before...

Bump. We are having similar issues for mobile users when trying to view Multi-Volume Works. There's no way for them to browse other volumes in mobile/responsive view. I see this...

I understand that there is not a lot of consistency among the tools and browsers. I tested with aXe (Deque) and Lighthouse (Google) automated checkers. Both of these threw errors...

I don't know if you can use the tokens outside of the vue-design-system components. I have a similar problem though. I am importing and using vueds components into a Rails...

Ok, I can use the `system.css` files without any problem. The `tokens.scss` is another story because I'm working on a very large and complex Rails project where we are "phasing...

Ok, I think I was misunderstanding. I am able to use VueDS tokens in my host app's local components with the suggested approach. I think this will be fine for...

@viljamis Yes, I got it now! I just needed to point to the `.scss` file in the vueds `dist` directory in the `node_modules` for my `.scss` @import. Awesome!

@michaelpumo I tend to disagree. It works well the way it is for my use cases since VueDS makes it extremely easy for other devs to use the components in...

@phaust We ran into that as well when we tried to add a bunch of svg icons. We were able to disable the warning, but it was a few months...