@fewangsit/wangsvue-presets 1.0.97-alpha.0 → 1.0.98-alpha.0

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.
@@ -980,6 +980,10 @@
980
980
  position: absolute;
981
981
  }
982
982
 
983
+ .\!relative{
984
+ position: relative !important;
985
+ }
986
+
983
987
  .relative{
984
988
  position: relative;
985
989
  }
@@ -1971,6 +1975,10 @@
1971
1975
  max-width: 28rem;
1972
1976
  }
1973
1977
 
1978
+ .max-w-\[30vh\]{
1979
+ max-width: 30vh;
1980
+ }
1981
+
1974
1982
  .max-w-\[30vw\]{
1975
1983
  max-width: 30vw;
1976
1984
  }
@@ -1999,6 +2007,11 @@
1999
2007
  max-width: 100%;
2000
2008
  }
2001
2009
 
2010
+ .max-w-max{
2011
+ max-width: -moz-max-content;
2012
+ max-width: max-content;
2013
+ }
2014
+
2002
2015
  .flex-1{
2003
2016
  flex: 1 1 0%;
2004
2017
  }
@@ -4765,6 +4778,10 @@
4765
4778
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
4766
4779
  }
4767
4780
 
4781
+ .\!contain-none{
4782
+ contain: none !important;
4783
+ }
4784
+
4768
4785
  * {
4769
4786
  font-family: 'Poppins', sans-serif;
4770
4787
  scrollbar-width: thin;