@burh/nuxt-core 1.0.286 → 1.0.288

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,7 +101,7 @@ export default {
101
101
  display: block;
102
102
  width: 150px;
103
103
  padding: 10px;
104
- filter: grayscale(1) invert(1) brightness(0.8);
104
+ // filter: grayscale(1) invert(1) brightness(0.8);
105
105
  transition: filter 0.5s;
106
106
  &:hover {
107
107
  filter: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.286",
3
+ "version": "1.0.288",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {