@shohojdhara/atomix 0.3.12 → 0.3.13

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.
package/dist/atomix.css CHANGED
@@ -1924,14 +1924,14 @@ a, a:hover {
1924
1924
  box-sizing: border-box;
1925
1925
  overflow: hidden;
1926
1926
  pointer-events: none;
1927
- /* postcss-ignore-start */
1927
+ /* autoprefixer: ignore next */
1928
1928
  -webkit-mask: linear-gradient(var(--atomix-black, #000000) 0 0) content-box, linear-gradient(var(--atomix-black, #000000) 0 0);
1929
+ /* autoprefixer: ignore next */
1929
1930
  -webkit-mask-composite: xor;
1930
- -webkit-mask: linear-gradient(var(--atomix-black, #000000) 0 0) content-box, linear-gradient(var(--atomix-black, #000000) 0 0);
1931
- mask: linear-gradient(var(--atomix-black, #000000) 0 0) content-box, linear-gradient(var(--atomix-black, #000000) 0 0);
1932
- -webkit-mask-composite: xor;
1933
- mask-composite: exclude;
1934
- /* postcss-ignore-end */
1931
+ /* autoprefixer: ignore next */
1932
+ mask: linear-gradient(var(--atomix-black, #000000) 0 0) content-box, linear-gradient(var(--atomix-black, #000000) 0 0);
1933
+ /* autoprefixer: ignore next */
1934
+ mask-composite: exclude;
1935
1935
  position: var(--atomix-glass-position);
1936
1936
  top: var(--atomix-glass-top);
1937
1937
  left: var(--atomix-glass-left);
@@ -1941,11 +1941,6 @@ a, a:hover {
1941
1941
  transform: var(--atomix-glass-transform);
1942
1942
  transition: var(--atomix-glass-transition);
1943
1943
  }
1944
- @supports (background: linear-gradient(red 0%, red 0% 1%, red 2%)){
1945
- .c-atomix-glass__border-1, .c-atomix-glass__border-2 {
1946
- -webkit-mask: linear-gradient(var(--atomix-black, #000000) 0 0) content-box, linear-gradient(var(--atomix-black, #000000) 0 0);
1947
- }
1948
- }
1949
1944
  .c-atomix-glass__border-1 {
1950
1945
  opacity: var(--atomix-opacity-20, 0.2);
1951
1946
  mix-blend-mode: screen;