@validationcloud/fractal-ui 1.23.0 → 1.24.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.
package/dist/styles/tailwind.css
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
@import './gradients.css';
|
|
5
5
|
@import './scrollbar.css';
|
|
6
6
|
@import './typography.css';
|
|
7
|
+
@import './dynamic-padding.css';
|
|
7
8
|
|
|
8
9
|
/* We are safelisting the color values for the bg-protocols- and text-protocols- prefixes so we can generate the class names dynamically
|
|
9
10
|
* An alternative would be to list all these dynamic classes in a .txt file and then reference that file with the @source directive.
|